Returns a list of the subscriptions to a specific topic.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListSubscriptionsByTopicRequest : SNSRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListSubscriptionsByTopicRequest()()()() | Initializes a new instance of the ListSubscriptionsByTopicRequest 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.) | 
|  | IsSetNextToken()()()() | 
            Checks if NextToken property is set
             | 
|  | IsSetTopicArn()()()() | 
            Checks if TopicArn property is set
             | 
|  | NextToken | 
            Token returned by the previous ListSubscriptionsByTopic request.
             | 
|  | TopicArn | 
            The ARN of the topic for which you wish to find subscriptions.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithNextToken(String) | Obsolete. 
            Sets the token returned by the previous ListSubscriptionsByTopic request.
             | 
|  | WithTopicArn(String) | Obsolete. 
            Sets the ARN of the topic for which you wish to find subscriptions.
             | 
 Remarks
 Remarks
            Each call returns a limited list of subscriptions. If there are more subscriptions,
            a NextToken is also returned. Use the NextToken parameter in a new ListSubscriptionsByTopic
            call to get further results.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | SNSRequest | |
|  | ListSubscriptionsByTopicRequest | |