Class ListTopicsRequest
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
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.
This action is throttled at 30 transactions per second (TPS).
public class ListTopicsRequest : AmazonSimpleNotificationServiceRequest
- Inheritance
-
ListTopicsRequest
Constructors
ListTopicsRequest()
Empty constructor used to set properties independently even when a simple constructor is available
public ListTopicsRequest()
ListTopicsRequest(string)
Instantiates ListTopicsRequest with the parameterized properties
public ListTopicsRequest(string nextToken)
Parameters
nextToken
stringToken returned by the previous
request.ListTopics
Properties
NextToken
Gets and sets the property NextToken.
Token returned by the previous
ListTopics
request.
public string NextToken { get; set; }