@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteInternetGatewayRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteInternetGatewayRequest>
Contains the parameters for DeleteInternetGateway.
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; useful for testing and debugging.
|
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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DeleteInternetGatewayRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.