@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteEgressOnlyInternetGatewayRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteEgressOnlyInternetGatewayRequest>
NOOP
Constructor and Description |
---|
DeleteEgressOnlyInternetGatewayRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteEgressOnlyInternetGatewayRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DeleteEgressOnlyInternetGatewayRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getEgressOnlyInternetGatewayId()
The ID of the egress-only Internet gateway.
|
int |
hashCode() |
void |
setEgressOnlyInternetGatewayId(String egressOnlyInternetGatewayId)
The ID of the egress-only Internet gateway.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteEgressOnlyInternetGatewayRequest |
withEgressOnlyInternetGatewayId(String egressOnlyInternetGatewayId)
The ID of 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 DeleteEgressOnlyInternetGatewayRequest()
public void setEgressOnlyInternetGatewayId(String egressOnlyInternetGatewayId)
The ID of the egress-only Internet gateway.
egressOnlyInternetGatewayId
- The ID of the egress-only Internet gateway.public String getEgressOnlyInternetGatewayId()
The ID of the egress-only Internet gateway.
public DeleteEgressOnlyInternetGatewayRequest withEgressOnlyInternetGatewayId(String egressOnlyInternetGatewayId)
The ID of the egress-only Internet gateway.
egressOnlyInternetGatewayId
- The ID of the egress-only Internet gateway.public Request<DeleteEgressOnlyInternetGatewayRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteEgressOnlyInternetGatewayRequest>
public String toString()
toString
in class Object
Object.toString()
public DeleteEgressOnlyInternetGatewayRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.