C# Class 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.
Inheritance: AmazonSimpleNotificationServiceRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IsSetAttributeName ( ) : bool
IsSetAttributeValue ( ) : bool
IsSetSubscriptionArn ( ) : bool

Method Details

SetSubscriptionAttributesRequest() public method

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

SetSubscriptionAttributesRequest() public method

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.
return System