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