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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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