public class CreateVpcResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of CreateVpc.
Modifier and Type | Field and Description |
---|---|
private Vpc |
vpc
Information about the VPC.
|
Constructor and Description |
---|
CreateVpcResult() |
Modifier and Type | Method and Description |
---|---|
CreateVpcResult |
clone() |
boolean |
equals(java.lang.Object obj) |
Vpc |
getVpc()
Information about the VPC.
|
int |
hashCode() |
void |
setVpc(Vpc vpc)
Information about the VPC.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateVpcResult |
withVpc(Vpc vpc)
Information about the VPC.
|
private Vpc vpc
Information about the VPC.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateVpcResult clone()
clone
in class java.lang.Object