C# Class 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.

Inheritance: AmazonSimpleNotificationServiceRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

SetTopicAttributesRequest() public method

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

SetTopicAttributesRequest() public method

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