Package com.amazonaws.services.ec2.model
Class CreateVpcEndpointResult
java.lang.Object
com.amazonaws.services.ec2.model.CreateVpcEndpointResult
- All Implemented Interfaces:
Serializable,Cloneable
Contains the output of CreateVpcEndpoint.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanUnique, case-sensitive identifier you provide to ensure the idempotency of the request.Information about the endpoint.inthashCode()voidsetClientToken(String clientToken) Unique, case-sensitive identifier you provide to ensure the idempotency of the request.voidsetVpcEndpoint(VpcEndpoint vpcEndpoint) Information about the endpoint.toString()Returns a string representation of this object; useful for testing and debugging.withClientToken(String clientToken) Unique, case-sensitive identifier you provide to ensure the idempotency of the request.withVpcEndpoint(VpcEndpoint vpcEndpoint) Information about the endpoint.
-
Constructor Details
-
CreateVpcEndpointResult
public CreateVpcEndpointResult()
-
-
Method Details
-
setVpcEndpoint
Information about the endpoint.
- Parameters:
vpcEndpoint- Information about the endpoint.
-
getVpcEndpoint
Information about the endpoint.
- Returns:
- Information about the endpoint.
-
withVpcEndpoint
Information about the endpoint.
- Parameters:
vpcEndpoint- Information about the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setClientToken
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
- Parameters:
clientToken- Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
-
getClientToken
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
- Returns:
- Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
-
withClientToken
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
- Parameters:
clientToken- Unique, case-sensitive identifier you provide to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-