C# Класс 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.
Наследование: AmazonSimpleNotificationServiceRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IsSetNextToken ( ) : bool

Описание методов

ListTopicsRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public ListTopicsRequest ( ) : System
Результат System

ListTopicsRequest() публичный Метод

Instantiates ListTopicsRequest with the parameterized properties
public ListTopicsRequest ( string nextToken ) : System
nextToken string Token returned by the previous ListTopics request.
Результат System