@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) |
VpcEndpoint |
getVpcEndpoint()
Information about the newly created VPC endpoint.
|
int |
hashCode() |
void |
setVpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the newly created VPC endpoint.
|
String |
toString()
Returns a string representation of this object.
|
CreateVpcEndpointResult |
withVpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the newly created VPC endpoint.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the newly created VPC endpoint.
vpcEndpoint
- Information about the newly created VPC endpoint.public VpcEndpoint getVpcEndpoint()
Information about the newly created VPC endpoint.
public CreateVpcEndpointResult withVpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the newly created VPC endpoint.
vpcEndpoint
- Information about the newly created VPC endpoint.public String toString()
toString
in class Object
Object.toString()
public CreateVpcEndpointResult clone()