public class GetEndpointAttributesRequest extends AmazonWebServiceRequest implements java.io.Serializable
Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS. For more information, see Using Amazon SNS Mobile Push Notifications.
| Constructor and Description |
|---|
GetEndpointAttributesRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEndpointArn()
EndpointArn for GetEndpointAttributes input.
|
int |
hashCode() |
void |
setEndpointArn(java.lang.String endpointArn)
EndpointArn for GetEndpointAttributes input.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetEndpointAttributesRequest |
withEndpointArn(java.lang.String endpointArn)
EndpointArn for GetEndpointAttributes input.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getEndpointArn()
EndpointArn for GetEndpointAttributes input.
EndpointArn for GetEndpointAttributes input.
public void setEndpointArn(java.lang.String endpointArn)
EndpointArn for GetEndpointAttributes input.
endpointArn - EndpointArn for GetEndpointAttributes input.
public GetEndpointAttributesRequest withEndpointArn(java.lang.String endpointArn)
EndpointArn for GetEndpointAttributes input.
Returns a reference to this object so that method calls can be chained together.
endpointArn - EndpointArn for GetEndpointAttributes input.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.