public class DeleteVpcRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteVpc operation.
Deletes a VPC. You must detach or delete all gateways or other objects that are dependent on the VPC first. For example, you must terminate all running instances, delete all VPC security groups (except the default), delete all the route tables (except the default), etc.
| コンストラクタと説明 |
|---|
DeleteVpcRequest()
Default constructor for a new DeleteVpcRequest object.
|
DeleteVpcRequest(java.lang.String vpcId)
Constructs a new DeleteVpcRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getVpcId()
The ID of the VPC you want to delete.
|
int |
hashCode() |
void |
setVpcId(java.lang.String vpcId)
The ID of the VPC you want to delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteVpcRequest |
withVpcId(java.lang.String vpcId)
The ID of the VPC you want to delete.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DeleteVpcRequest()
public DeleteVpcRequest(java.lang.String vpcId)
vpcId - The ID of the VPC you want to delete.public java.lang.String getVpcId()
public void setVpcId(java.lang.String vpcId)
vpcId - The ID of the VPC you want to delete.public DeleteVpcRequest withVpcId(java.lang.String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId - The ID of the VPC you want to delete.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object