Sets the attributes for the an endpoint for a device on one of the supported push notification services, such as GCM and APNS.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class SetEndpointAttributesRequest : SNSRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | SetEndpointAttributesRequest()()()() | Initializes a new instance of the SetEndpointAttributesRequest class | 
|  | Attributes | 
            Gets or sets the attributes.
             | 
|  | EndpointArn | 
            Gets or sets the endpoint ARN.
             | 
|  | 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.) | 
|  | IsSetAttributes()()()() | 
            Determines whether the target [P:Attributes] is set in this request.
             | 
|  | IsSetEndpointArn()()()() | 
            Determines whether the target [P:Platform] property is set.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAttribute(String, String) | Obsolete. 
            Modifies this request to include the specified attribute. If an attribute already exists,
            its value will be replaced with the new value.
             | 
|  | WithAttributes(Dictionary<(Of <<'(String, String>)>>)) | Obsolete. 
            Modifies this request with the specified attributes.
             | 
|  | WithEndpointArn(String) | Obsolete. 
            Modifies the endpoint ARN in this request.
             | 
 Remarks
 Remarks
            For more information, see Using Amazon SNS Mobile Push Notifications.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | SNSRequest | |
|  | SetEndpointAttributesRequest | |