public class DeleteEndpointRequest extends AmazonWebServiceRequest implements Serializable
DeleteEndpoint operation
.
The DeleteEndpoint
action, which is idempotent, deletes the endpoint from SNS. For more information, see Using Amazon SNS Mobile Push Notifications .
Constructor and Description |
---|
DeleteEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getEndpointArn()
EndpointArn of endpoint to delete.
|
int |
hashCode() |
void |
setEndpointArn(String endpointArn)
EndpointArn of endpoint to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteEndpointRequest |
withEndpointArn(String endpointArn)
EndpointArn of endpoint to delete.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getEndpointArn()
public void setEndpointArn(String endpointArn)
endpointArn
- EndpointArn of endpoint to delete.public DeleteEndpointRequest withEndpointArn(String endpointArn)
Returns a reference to this object so that method calls can be chained together.
endpointArn
- EndpointArn of endpoint to delete.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.