@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEndpointAccessResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateEndpointAccessResult() |
Modifier and Type | Method and Description |
---|---|
CreateEndpointAccessResult |
clone() |
boolean |
equals(Object obj) |
EndpointAccess |
getEndpoint()
The created VPC endpoint.
|
int |
hashCode() |
void |
setEndpoint(EndpointAccess endpoint)
The created VPC endpoint.
|
String |
toString()
Returns a string representation of this object.
|
CreateEndpointAccessResult |
withEndpoint(EndpointAccess endpoint)
The created VPC endpoint.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEndpoint(EndpointAccess endpoint)
The created VPC endpoint.
endpoint
- The created VPC endpoint.public EndpointAccess getEndpoint()
The created VPC endpoint.
public CreateEndpointAccessResult withEndpoint(EndpointAccess endpoint)
The created VPC endpoint.
endpoint
- The created VPC endpoint.public String toString()
toString
in class Object
Object.toString()
public CreateEndpointAccessResult clone()