C# 클래스 Amazon.SimpleNotificationService.Model.CreateTopicRequest

Container for the parameters to the CreateTopic operation. Creates a topic to which notifications can be published. Users can create at most 100,000 topics. For more information, see http://aws.amazon.com/sns. This action is idempotent, so if the requester already owns a topic with the specified name, that topic's ARN is returned without creating a new topic.
상속: AmazonSimpleNotificationServiceRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
CreateTopicRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

CreateTopicRequest ( string name ) : System

Instantiates CreateTopicRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetName ( ) : bool

메소드 상세

CreateTopicRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public CreateTopicRequest ( ) : System
리턴 System

CreateTopicRequest() 공개 메소드

Instantiates CreateTopicRequest with the parameterized properties
public CreateTopicRequest ( string name ) : System
name string The name of the topic you want to create. Constraints: Topic names must be made up of only uppercase and lowercase ASCII letters, numbers, underscores, and hyphens, and must be between 1 and 256 characters long.
리턴 System