com.amazonaws.services.ec2.model
Class DeleteVpcRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DeleteVpcRequest
public class DeleteVpcRequest
- extends AmazonWebServiceRequest
DeleteVpcRequest
public DeleteVpcRequest()
getVpcId
public String getVpcId()
- Returns:
setVpcId
public void setVpcId(String vpcId)
- Parameters:
vpcId
-
withVpcId
public DeleteVpcRequest withVpcId(String vpcId)
Returns a reference to this object so that method calls can be chained together.
- Parameters:
vpcId
-
- Returns:
- A reference to this updated object so that method calls can be chained
together.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.