@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVpcResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of CreateVpc.
Constructor and Description |
---|
CreateVpcResult() |
Modifier and Type | Method and Description |
---|---|
CreateVpcResult |
clone() |
boolean |
equals(Object obj) |
Vpc |
getVpc()
Information about the VPC.
|
int |
hashCode() |
void |
setVpc(Vpc vpc)
Information about the VPC.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateVpcResult |
withVpc(Vpc vpc)
Information about the VPC.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVpc(Vpc vpc)
Information about the VPC.
vpc
- Information about the VPC.public Vpc getVpc()
Information about the VPC.
public CreateVpcResult withVpc(Vpc vpc)
Information about the VPC.
vpc
- Information about the VPC.public String toString()
toString
in class Object
Object.toString()
public CreateVpcResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.