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

Container for the parameters to the SetSubscriptionAttributes operation. Allows a subscription owner to set an attribute of the topic to a new value.
상속: AmazonSimpleNotificationServiceRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
SetSubscriptionAttributesRequest ( ) : System

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

SetSubscriptionAttributesRequest ( string subscriptionArn, string attributeName, string attributeValue ) : System

Instantiates SetSubscriptionAttributesRequest with the parameterized properties

비공개 메소드들

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

메소드 상세

SetSubscriptionAttributesRequest() 공개 메소드

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

SetSubscriptionAttributesRequest() 공개 메소드

Instantiates SetSubscriptionAttributesRequest with the parameterized properties
public SetSubscriptionAttributesRequest ( string subscriptionArn, string attributeName, string attributeValue ) : System
subscriptionArn string The ARN of the subscription to modify.
attributeName string The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable. Valid values: DeliveryPolicy | RawMessageDelivery
attributeValue string The new value for the attribute in JSON format.
리턴 System