public class DescribeVpcsResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeVpcsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Vpc> |
getVpcs()
Information about one or more VPCs.
|
int |
hashCode() |
void |
setVpcs(Collection<Vpc> vpcs)
Information about one or more VPCs.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVpcsResult |
withVpcs(Collection<Vpc> vpcs)
Information about one or more VPCs.
|
DescribeVpcsResult |
withVpcs(Vpc... vpcs)
Information about one or more VPCs.
|
public List<Vpc> getVpcs()
public void setVpcs(Collection<Vpc> vpcs)
vpcs - Information about one or more VPCs.public DescribeVpcsResult withVpcs(Vpc... vpcs)
Returns a reference to this object so that method calls can be chained together.
vpcs - Information about one or more VPCs.public DescribeVpcsResult withVpcs(Collection<Vpc> vpcs)
Returns a reference to this object so that method calls can be chained together.
vpcs - Information about one or more VPCs.public String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.