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