C# Class Amazon.SimpleNotificationService.Model.ListSubscriptionsByTopicRequest

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ListSubscriptionsByTopicRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

ListSubscriptionsByTopicRequest ( string topicArn ) : System

Instantiates ListSubscriptionsByTopicRequest with the parameterized properties

ListSubscriptionsByTopicRequest ( string topicArn, string nextToken ) : System

Instantiates ListSubscriptionsByTopicRequest with the parameterized properties

Private Methods

Method Description
IsSetNextToken ( ) : bool
IsSetTopicArn ( ) : bool

Method Details

ListSubscriptionsByTopicRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public ListSubscriptionsByTopicRequest ( ) : System
return System

ListSubscriptionsByTopicRequest() public method

Instantiates ListSubscriptionsByTopicRequest with the parameterized properties
public ListSubscriptionsByTopicRequest ( string topicArn ) : System
topicArn string The ARN of the topic for which you wish to find subscriptions.
return System

ListSubscriptionsByTopicRequest() public method

Instantiates ListSubscriptionsByTopicRequest with the parameterized properties
public ListSubscriptionsByTopicRequest ( string topicArn, string nextToken ) : System
topicArn string The ARN of the topic for which you wish to find subscriptions.
nextToken string Token returned by the previous ListSubscriptionsByTopic request.
return System