Creates a topic to which notifications can be published. Users can create
at most 3000 topics.

C# |
public class CreateTopicRequest : SNSRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CreateTopicRequest()()()() | Initializes a new instance of the CreateTopicRequest class |
![]() | Equals(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.
|

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.

Object | ||
![]() | SNSRequest | |
![]() | CreateTopicRequest |