Encapsulates the metadata and result of the SetSubscriptionAttributes action.
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 SetSubscriptionAttributesRequest
Public Class SetSubscriptionAttributesRequest
public ref class SetSubscriptionAttributesRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| SetSubscriptionAttributesRequest()()()() | Initializes a new instance of the SetSubscriptionAttributesRequest class | |
| AttributeName |
Gets and sets the AttributeName property.
The name of the attribute the client wishes to set.
Only a subset of a subscription'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
| |
| IsSetSubscriptionArn()()()() |
Checks if TopicArn SubscriptionArn is set
| |
| SubscriptionArn |
Gets and sets the SubscriptionArn property.
The Amazon Reference Name (ARN) of the subscription 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
| |
| WithSubscriptionArn(String) |
Sets the SubscriptionArn property
|