AWS SDK for .NET Documentation
SetEndpointAttributesRequest Class
AmazonAmazon.SimpleNotificationService.ModelSetEndpointAttributesRequest Did this page help you?   Yes   No    Tell us about it...
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
C#
public class SetEndpointAttributesRequest : SNSRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SetEndpointAttributesRequest()()()()
Initializes a new instance of the SetEndpointAttributesRequest class

Attributes
Gets or sets the attributes.

EndpointArn
Gets or sets the endpoint ARN.

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.)
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
For more information, see Using Amazon SNS Mobile Push Notifications.
Inheritance Hierarchy
Object
SNSRequest
 SetEndpointAttributesRequest

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