Deletes a topic and all its subscriptions.
            Deleting a topic might prevent some messages previously sent to the topic from being delivered to
            subscribers.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteTopicRequest : SNSRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteTopicRequest()()()() | Initializes a new instance of the DeleteTopicRequest 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.) | 
|  | IsSetTopicArn()()()() | 
            Checks if TopicArn property is set
             | 
|  | TopicArn | 
            The Amazon Reference Name (ARN) of the topic the client wants to delete.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithTopicArn(String) | Obsolete. 
            Sets the Amazon Reference Name (ARN) of the topic the client wants to delete.
             | 
 Remarks
 Remarks
            This operation is idempotent, so deleting a topic that does not
            exist will not result in an error.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | SNSRequest | |
|  | DeleteTopicRequest | |