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