@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.
|
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, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public DeleteEgressOnlyInternetGatewayRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()