Allows a topic owner to set a topic's attributes.
Namespace: Amazon.SimpleNotificationService.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class SetTopicAttributesRequest
Public Class SetTopicAttributesRequest
public ref class SetTopicAttributesRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| SetTopicAttributesRequest()()()() | Initializes a new instance of the SetTopicAttributesRequest class | |
| AttributeName |
Gets and sets the AttributeName property.
The name of the attribute the client wishes to set.
Only a subset of a topic's attributes can be set.
| |
| AttributeValue |
Gets and sets the AttributeValue property.
The value of the attribute the client wishes 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 |
Gets and sets the TopicArn property.
The Amazon Reference Name (ARN) of the topic the client wishes
to set the attribute value of.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithAttributeName(String) |
Sets the AttributeName property
| |
| WithAttributeValue(String) |
Sets the AttributeValue property
| |
| WithTopicArn(String) |
Sets the TopicArn property
|