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 request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public CreateEgressOnlyInternetGatewayRequest()
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 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 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.