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

Container for the parameters to the SetTopicAttributes operation.

The SetTopicAttributes action allows a topic owner to set an attribute of the topic to a new value.

상속: AmazonSimpleNotificationServiceRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
SetTopicAttributesRequest ( ) : System

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

SetTopicAttributesRequest ( string topicArn, string attributeName, string attributeValue ) : System

Instantiates SetTopicAttributesRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetAttributeName ( ) : bool
IsSetAttributeValue ( ) : bool
IsSetTopicArn ( ) : bool

메소드 상세

SetTopicAttributesRequest() 공개 메소드

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

SetTopicAttributesRequest() 공개 메소드

Instantiates SetTopicAttributesRequest with the parameterized properties
public SetTopicAttributesRequest ( string topicArn, string attributeName, string attributeValue ) : System
topicArn string The ARN of the topic to modify.
attributeName string The name of the attribute you want to set. Only a subset of the topic's attributes are mutable. Valid values: Policy | DisplayName | DeliveryPolicy
attributeValue string The new value for the attribute.
리턴 System