@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteInternetGatewayRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteInternetGatewayRequest>
NOOP| Constructor and Description |
|---|
DeleteInternetGatewayRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteInternetGatewayRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DeleteInternetGatewayRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getInternetGatewayId()
The ID of the internet gateway.
|
int |
hashCode() |
void |
setInternetGatewayId(String internetGatewayId)
The ID of the internet gateway.
|
String |
toString()
Returns a string representation of this object.
|
DeleteInternetGatewayRequest |
withInternetGatewayId(String internetGatewayId)
The ID of the 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, withSdkRequestTimeoutpublic void setInternetGatewayId(String internetGatewayId)
The ID of the internet gateway.
internetGatewayId - The ID of the internet gateway.public String getInternetGatewayId()
The ID of the internet gateway.
public DeleteInternetGatewayRequest withInternetGatewayId(String internetGatewayId)
The ID of the internet gateway.
internetGatewayId - The ID of the internet gateway.public Request<DeleteInternetGatewayRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DeleteInternetGatewayRequest>public String toString()
toString in class ObjectObject.toString()public DeleteInternetGatewayRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()