|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.sns.model.DeleteEndpointRequest
public class DeleteEndpointRequest
Container for the parameters to the DeleteEndpoint operation.
The DeleteEndpoint action, which is idempotent, deletes the endpoint from SNS. For more information, see Using Amazon SNS Mobile Push Notifications .
AmazonSNS.deleteEndpoint(DeleteEndpointRequest),
Serialized Form| Constructor Summary | |
|---|---|
DeleteEndpointRequest()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteEndpointRequest()
| Method Detail |
|---|
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 ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||