public class GetEndpointAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
GetEndpointAttributes operation.
Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM and APNS. For more information, see Using Amazon SNS Mobile Push Notifications .
NOOP| Constructor and Description |
|---|
GetEndpointAttributesRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetEndpointAttributesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEndpointArn()
EndpointArn for GetEndpointAttributes input.
|
int |
hashCode() |
void |
setEndpointArn(String endpointArn)
EndpointArn for GetEndpointAttributes input.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetEndpointAttributesRequest |
withEndpointArn(String endpointArn)
EndpointArn for GetEndpointAttributes input.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getEndpointArn()
public void setEndpointArn(String endpointArn)
endpointArn - EndpointArn for GetEndpointAttributes input.public GetEndpointAttributesRequest withEndpointArn(String endpointArn)
Returns a reference to this object so that method calls can be chained together.
endpointArn - EndpointArn for GetEndpointAttributes input.public String toString()
toString in class ObjectObject.toString()public GetEndpointAttributesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.