public class GetEndpointAttributesRequest extends AmazonWebServiceRequest implements Serializable
GetEndpointAttributes operation.
The GetEndpointAttributes 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
.
| Constructor and Description |
|---|
GetEndpointAttributesRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, 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()Copyright © 2016. All rights reserved.