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