Creates a topic to which notifications can be published. Users can create
            at most 3000 topics.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreateTopicRequest : SNSRequest
 Members
 Members| 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.
             | 
 Remarks
 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
 Inheritance Hierarchy| Object | ||
|  | SNSRequest | |
|  | CreateTopicRequest | |