@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEgressOnlyInternetGatewayRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateEgressOnlyInternetGatewayRequest>
NOOP
Constructor and Description |
---|
CreateEgressOnlyInternetGatewayRequest() |
Modifier and Type | Method and Description |
---|---|
CreateEgressOnlyInternetGatewayRequest |
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 you provide to ensure the idempotency of the request.
|
Request<CreateEgressOnlyInternetGatewayRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getVpcId()
The ID of the VPC for which to create the egress-only Internet gateway.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
void |
setVpcId(String vpcId)
The ID of the VPC for which to create the egress-only Internet gateway.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateEgressOnlyInternetGatewayRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
CreateEgressOnlyInternetGatewayRequest |
withVpcId(String vpcId)
The ID of the VPC for which to create the egress-only Internet gateway.
|
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 CreateEgressOnlyInternetGatewayRequest()
public void setClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
clientToken
- Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more
information, see How to Ensure
Idempotency.public String getClientToken()
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
public CreateEgressOnlyInternetGatewayRequest withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
clientToken
- Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more
information, see How to Ensure
Idempotency.public void setVpcId(String vpcId)
The ID of the VPC for which to create the egress-only Internet gateway.
vpcId
- The ID of the VPC for which to create the egress-only Internet gateway.public String getVpcId()
The ID of the VPC for which to create the egress-only Internet gateway.
public CreateEgressOnlyInternetGatewayRequest withVpcId(String vpcId)
The ID of the VPC for which to create the egress-only Internet gateway.
vpcId
- The ID of the VPC for which to create the egress-only Internet gateway.public Request<CreateEgressOnlyInternetGatewayRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateEgressOnlyInternetGatewayRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateEgressOnlyInternetGatewayRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.