Sets an attribute of the topic to a new value.

C# |
public class SetSubscriptionAttributesRequest : SNSRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SetSubscriptionAttributesRequest()()()() | Initializes a new instance of the SetSubscriptionAttributesRequest class |
![]() | AttributeName |
The name of the attribute the client wishes to set.
Only a subset of a subscription's attributes can be set.
|
![]() | AttributeValue |
The value of the attribute you want to set.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsSetAttributeName()()()() |
Checks if AttributeName property is set
|
![]() | IsSetAttributeValue()()()() |
Checks if AttributeValue property is set
|
![]() | IsSetSubscriptionArn()()()() |
Checks if TopicArn SubscriptionArn is set
|
![]() | SubscriptionArn |
The Amazon Reference Name (ARN) of the subscription you want to set the attribute value of.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithAttributeName(String) | Obsolete.
Sets the name of the attribute you want to set.
|
![]() | WithAttributeValue(String) | Obsolete.
Sets the value of the attribute you want to set.
|
![]() | WithSubscriptionArn(String) | Obsolete.
Sets the Amazon Reference Name (ARN) of the subscription you want to set the attribute value of.
|

Object | ||
![]() | SNSRequest | |
![]() | SetSubscriptionAttributesRequest |