Returns a list of the requester's topics.

C# |
public class ListTopicsRequest : SNSRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ListTopicsRequest()()()() | Initializes a new instance of the ListTopicsRequest 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
|
![]() | NextToken |
Token returned by the previous ListTopics request.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithNextToken(String) | Obsolete.
Sets the NextToken property
|

Each call returns a limited list of topics. If there are more topics,
a NextToken is also returned. Use the NextToken parameter in a new
ListTopics call to get further results.

Object | ||
![]() | SNSRequest | |
![]() | ListTopicsRequest |