@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVpcEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
DeleteVpcEndpointRequest () |
| Modifier and Type | Method and Description |
|---|---|
DeleteVpcEndpointRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getClientToken ()
Unique, case-sensitive identifier to ensure idempotency of the request.
|
String |
getId ()
The VPC endpoint identifier.
|
int |
hashCode () |
void |
setClientToken (String clientToken)
Unique, case-sensitive identifier to ensure idempotency of the request.
|
void |
setId (String id)
The VPC endpoint identifier.
|
String |
toString ()
Returns a string representation of this object.
|
DeleteVpcEndpointRequest |
withClientToken (String clientToken)
Unique, case-sensitive identifier to ensure idempotency of the request.
|
DeleteVpcEndpointRequest |
withId (String id)
The VPC endpoint identifier.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout public DeleteVpcEndpointRequest()
public void setClientToken(String clientToken)
Unique, case-sensitive identifier to ensure idempotency of the request.
clientToken - Unique, case-sensitive identifier to ensure idempotency of the request.public String getClientToken()
Unique, case-sensitive identifier to ensure idempotency of the request.
public DeleteVpcEndpointRequest withClientToken(String clientToken)
Unique, case-sensitive identifier to ensure idempotency of the request.
clientToken - Unique, case-sensitive identifier to ensure idempotency of the request.public void setId(String id)
The VPC endpoint identifier.
id - The VPC endpoint identifier.public String getId()
The VPC endpoint identifier.
public DeleteVpcEndpointRequest withId(String id)
The VPC endpoint identifier.
id - The VPC endpoint identifier.public String toString()
toString in class Object Object.toString() public DeleteVpcEndpointRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()