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

Container for the parameters to the DeleteTopic operation. Deletes a topic and all its subscriptions. Deleting a topic might prevent some messages previously sent to the topic from being delivered to subscribers. This action is idempotent, so deleting a topic that does not exist does not result in an error.
상속: AmazonSimpleNotificationServiceRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DeleteTopicRequest ( ) : System

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

DeleteTopicRequest ( string topicArn ) : System

Instantiates DeleteTopicRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetTopicArn ( ) : bool

메소드 상세

DeleteTopicRequest() 공개 메소드

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

DeleteTopicRequest() 공개 메소드

Instantiates DeleteTopicRequest with the parameterized properties
public DeleteTopicRequest ( string topicArn ) : System
topicArn string The ARN of the topic you want to delete.
리턴 System