public class GetEndpointAttributesRequest extends AmazonWebServiceRequest implements Serializable
Retrieves the endpoint attributes for a device on one of the supported push notification services, such as FCM 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.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getEndpointArn()
EndpointArn for GetEndpointAttributes input.
EndpointArn for GetEndpointAttributes input.
public void setEndpointArn(String endpointArn)
EndpointArn for GetEndpointAttributes input.
endpointArn - EndpointArn for GetEndpointAttributes input.
public GetEndpointAttributesRequest withEndpointArn(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 String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.