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



IconMemberDescription
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)
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

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.

Inheritance Hierarchy
Object
SNSRequest
 SetSubscriptionAttributesRequest

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