Sets an attribute of a topic to a new value.

C# |
public class SetTopicAttributesRequest : SNSRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SetTopicAttributesRequest()()()() | Initializes a new instance of the SetTopicAttributesRequest class |
![]() | AttributeName |
The name of the attribute you want to set.
Only a subset of a topic'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
|
![]() | IsSetTopicArn()()()() |
Checks if TopicArn property is set
|
![]() | TopicArn |
The Amazon Reference Name (ARN) of the topic 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.
|
![]() | WithTopicArn(String) | Obsolete.
Sets the Amazon Reference Name (ARN) of the topic you want to set the attribute value of.
|

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