public class CreateVpcResult extends Object implements Serializable, Cloneable
| 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.
|
public Vpc getVpc()
public void setVpc(Vpc vpc)
vpc - Information about the VPC.public CreateVpcResult withVpc(Vpc vpc)
Returns a reference to this object so that method calls can be chained together.
vpc - Information about the VPC.public String toString()
toString in class ObjectObject.toString()public CreateVpcResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.