@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVpcEndpointResult extends AmazonWebServiceResult<ResponseMetadata> 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 that 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 that 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.
|
CreateVpcEndpointResult |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateVpcEndpointResult |
withVpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the endpoint.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 that you provide to ensure the idempotency of the request.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public CreateVpcEndpointResult withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String toString()
toString
in class Object
Object.toString()
public CreateVpcEndpointResult clone()