public class CreateVpcEndpointResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
CreateVpcEndpointResult() |
Modifier and Type | Method and Description |
---|---|
CreateVpcEndpointResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier you provide to ensure the idempotency
of the request.
|
VpcEndpoint |
getVpcEndpoint()
Information about the endpoint.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency
of the request.
|
void |
setVpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the endpoint.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateVpcEndpointResult |
withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency
of the request.
|
CreateVpcEndpointResult |
withVpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the endpoint.
|
public void setVpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the endpoint.
vpcEndpoint
- Information about the endpoint.public VpcEndpoint getVpcEndpoint()
Information about the endpoint.
public CreateVpcEndpointResult withVpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the endpoint.
vpcEndpoint
- Information about the endpoint.public void setClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
clientToken
- Unique, case-sensitive identifier you provide to ensure the
idempotency of the request.public String getClientToken()
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
public CreateVpcEndpointResult withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
clientToken
- Unique, case-sensitive identifier you provide to ensure the
idempotency of the request.public String toString()
toString
in class Object
Object.toString()
public CreateVpcEndpointResult clone()
Copyright © 2016. All rights reserved.