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 VpcEndpoint getVpcEndpoint()
public void setVpcEndpoint(VpcEndpoint vpcEndpoint)
vpcEndpoint
- Information about the endpoint.public CreateVpcEndpointResult withVpcEndpoint(VpcEndpoint vpcEndpoint)
Returns a reference to this object so that method calls can be chained together.
vpcEndpoint
- Information about the endpoint.public String getClientToken()
public void setClientToken(String clientToken)
clientToken
- Unique, case-sensitive identifier you provide to ensure the
idempotency of the request.public CreateVpcEndpointResult withClientToken(String clientToken)
Returns a reference to this object so that method calls can be chained together.
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.