@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateEndpointResult () |
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointResult |
clone () |
boolean |
equals (Object obj) |
Endpoint |
getEndpoint ()
The endpoint that was created.
|
int |
hashCode () |
void |
setEndpoint (Endpoint endpoint)
The endpoint that was created.
|
String |
toString ()
Returns a string representation of this object.
|
CreateEndpointResult |
withEndpoint (Endpoint endpoint)
The endpoint that was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public CreateEndpointResult()
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 String toString()
toString in class Object Object.toString() public CreateEndpointResult clone()