public class CreateVpcEndpointResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of CreateVpcEndpoint.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
clientToken
Unique, case-sensitive identifier you provide to ensure the idempotency
of the request.
|
private VpcEndpoint |
vpcEndpoint
Information about the endpoint.
|
Constructor and Description |
---|
CreateVpcEndpointResult() |
Modifier and Type | Method and Description |
---|---|
CreateVpcEndpointResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.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(java.lang.String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency
of the request.
|
void |
setVpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the endpoint.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateVpcEndpointResult |
withClientToken(java.lang.String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency
of the request.
|
CreateVpcEndpointResult |
withVpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the endpoint.
|
private VpcEndpoint vpcEndpoint
Information about the endpoint.
private java.lang.String clientToken
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
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(java.lang.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 java.lang.String getClientToken()
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
public CreateVpcEndpointResult withClientToken(java.lang.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 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 CreateVpcEndpointResult clone()
clone
in class java.lang.Object