AWS SDK for .NET Documentation
SetTopicAttributesRequest Class
AmazonAmazon.SimpleNotificationService.ModelSetTopicAttributesRequest Did this page help you?   Yes   No    Tell us about it...
Sets an attribute of a topic to a new value.
Declaration Syntax
C#
public class SetTopicAttributesRequest : SNSRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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.

Inheritance Hierarchy
Object
SNSRequest
 SetTopicAttributesRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)