public class CreateVpcEndpointResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of CreateVpcEndpoint.
Constructor and Description |
---|
CreateVpcEndpointResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 java.lang.String getClientToken()
public void setClientToken(java.lang.String clientToken)
clientToken
- Unique, case-sensitive identifier you provide to ensure the
idempotency of the request.public CreateVpcEndpointResult withClientToken(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.