public class DeleteEndpointResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private Endpoint |
endpoint
The endpoint that was deleted.
|
Constructor and Description |
---|
DeleteEndpointResult() |
Modifier and Type | Method and Description |
---|---|
DeleteEndpointResult |
clone() |
boolean |
equals(java.lang.Object obj) |
Endpoint |
getEndpoint()
The endpoint that was deleted.
|
int |
hashCode() |
void |
setEndpoint(Endpoint endpoint)
The endpoint that was deleted.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteEndpointResult |
withEndpoint(Endpoint endpoint)
The endpoint that was deleted.
|
private Endpoint endpoint
The endpoint that was deleted.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteEndpointResult clone()
clone
in class java.lang.Object