public class DeleteInternetGatewayRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable, DryRunSupportedRequest<DeleteInternetGatewayRequest>
Contains the parameters for DeleteInternetGateway.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
internetGatewayId
The ID of the Internet gateway.
|
NOOP
Constructor and Description |
---|
DeleteInternetGatewayRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteInternetGatewayRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
Request<DeleteInternetGatewayRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
java.lang.String |
getInternetGatewayId()
The ID of the Internet gateway.
|
int |
hashCode() |
void |
setInternetGatewayId(java.lang.String internetGatewayId)
The ID of the Internet gateway.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteInternetGatewayRequest |
withInternetGatewayId(java.lang.String internetGatewayId)
The ID of the Internet gateway.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String internetGatewayId
The ID of the Internet gateway.
public void setInternetGatewayId(java.lang.String internetGatewayId)
The ID of the Internet gateway.
internetGatewayId
- The ID of the Internet gateway.public java.lang.String getInternetGatewayId()
The ID of the Internet gateway.
public DeleteInternetGatewayRequest withInternetGatewayId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteInternetGatewayRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()