Encapsulates the metadata and result of the SetSubscriptionAttributes action.

Namespace: Amazon.SimpleNotificationService.Model
Assembly: 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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
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
Gets and sets the SubscriptionArn property. The Amazon Reference Name (ARN) of the subscription the client wishes to set the attribute value of.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithAttributeName(String)
Sets the AttributeName property
WithAttributeValue(String)
Sets the AttributeValue property
WithSubscriptionArn(String)
Sets the SubscriptionArn property

Inheritance Hierarchy

System..::..Object
  Amazon.SimpleNotificationService.Model..::..SetSubscriptionAttributesRequest

See Also