@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteEndpointResult() |
Modifier and Type | Method and Description |
---|---|
DeleteEndpointResult |
clone() |
boolean |
equals(Object obj) |
Endpoint |
getEndpoint()
The endpoint that was deleted.
|
int |
hashCode() |
void |
setEndpoint(Endpoint endpoint)
The endpoint that was deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteEndpointResult |
withEndpoint(Endpoint endpoint)
The endpoint that was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEndpoint(Endpoint endpoint)
The endpoint that was deleted.
endpoint
- The endpoint that was deleted.public Endpoint getEndpoint()
The endpoint that was deleted.
public DeleteEndpointResult withEndpoint(Endpoint endpoint)
The endpoint that was deleted.
endpoint
- The endpoint that was deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteEndpointResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.