C# Class Amazon.SimpleNotificationService.Model.ListTopicsRequest

Container for the parameters to the ListTopics operation. Returns a list of the requester's topics. Each call returns a limited list of topics, up to 100. If there are more topics, a NextToken is also returned. Use the NextToken parameter in a new ListTopics call to get further results.
Inheritance: AmazonSimpleNotificationServiceRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ListTopicsRequest ( ) : System

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

ListTopicsRequest ( string nextToken ) : System

Instantiates ListTopicsRequest with the parameterized properties

Private Methods

Method Description
IsSetNextToken ( ) : bool

Method Details

ListTopicsRequest() public method

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

ListTopicsRequest() public method

Instantiates ListTopicsRequest with the parameterized properties
public ListTopicsRequest ( string nextToken ) : System
nextToken string Token returned by the previous ListTopics request.
return System