public class CreateVpcResult extends Object implements Serializable
Constructor and Description |
---|
CreateVpcResult() |
Modifier and Type | Method and Description |
---|---|
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 Object
Object.toString()
Copyright © 2014. All rights reserved.