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
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsSetNextToken ( ) : bool

Method Details

ListTopicsRequest() public méthode

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

ListTopicsRequest() public méthode

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