AWS SDK for .NET Documentation
CreateTopicRequest Class
AmazonAmazon.SimpleNotificationService.ModelCreateTopicRequest Did this page help you?   Yes   No    Tell us about it...
Creates a topic to which notifications can be published. Users can create at most 3000 topics.
Declaration Syntax
C#
public class CreateTopicRequest : SNSRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreateTopicRequest()()()()
Initializes a new instance of the CreateTopicRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetName()()()()
Checks if Name property is set

Name
Name of the toipic.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithName(String) Obsolete.
Sets the name of the toipic.

Remarks
This action is idempotent, so if the requester already owns a topic with the specified name, that topic's ARN will be returned without creating a new topic.
Inheritance Hierarchy
Object
SNSRequest
 CreateTopicRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)