|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeVpcsResult
public class DescribeVpcsResult
Describe Vpcs Result
| Constructor Summary | |
|---|---|
DescribeVpcsResult()
|
|
| Method Summary | |
|---|---|
List<Vpc> |
getVpcs()
Returns the value of the Vpcs property for this object. |
void |
setVpcs(Collection<Vpc> vpcs)
Sets the value of the Vpcs property for this object. |
DescribeVpcsResult |
withVpcs(Collection<Vpc> vpcs)
Sets the value of the Vpcs property for this object. |
DescribeVpcsResult |
withVpcs(Vpc... vpcs)
Sets the value of the Vpcs property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeVpcsResult()
| Method Detail |
|---|
public List<Vpc> getVpcs()
public void setVpcs(Collection<Vpc> vpcs)
vpcs - The new value for the Vpcs property for this object.public DescribeVpcsResult withVpcs(Vpc... vpcs)
Returns a reference to this object so that method calls can be chained together.
vpcs - The new value for the Vpcs property for this object.
public DescribeVpcsResult withVpcs(Collection<Vpc> vpcs)
Returns a reference to this object so that method calls can be chained together.
vpcs - The new value for the Vpcs property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||