public class DeleteEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteEndpoint operation
.
Deletes the endpoint from Amazon SNS. This action is idempotent. For more information, see Using Amazon SNS Mobile Push Notifications .
NOOP
Constructor and Description |
---|
DeleteEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteEndpointRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, 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()
public DeleteEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.