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