|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DescribeSubnetsRequest
public class DescribeSubnetsRequest
Describe Subnets Request
| Constructor Summary | |
|---|---|
DescribeSubnetsRequest()
|
|
| Method Summary | |
|---|---|
List<Filter> |
getFilters()
Returns the value of the Filters property for this object. |
List<String> |
getSubnetIds()
Returns the value of the SubnetIds property for this object. |
void |
setFilters(Collection<Filter> filters)
Sets the value of the Filters property for this object. |
void |
setSubnetIds(Collection<String> subnetIds)
Sets the value of the SubnetIds property for this object. |
DescribeSubnetsRequest |
withFilters(Collection<Filter> filters)
Sets the value of the Filters property for this object. |
DescribeSubnetsRequest |
withFilters(Filter... filters)
Sets the value of the Filters property for this object. |
DescribeSubnetsRequest |
withSubnetIds(Collection<String> subnetIds)
Sets the value of the SubnetIds property for this object. |
DescribeSubnetsRequest |
withSubnetIds(String... subnetIds)
Sets the value of the SubnetIds property for this object. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeSubnetsRequest()
| Method Detail |
|---|
public List<String> getSubnetIds()
public void setSubnetIds(Collection<String> subnetIds)
subnetIds - The new value for the SubnetIds property for this object.public DescribeSubnetsRequest withSubnetIds(String... subnetIds)
Returns a reference to this object so that method calls can be chained together.
subnetIds - The new value for the SubnetIds property for this object.
public DescribeSubnetsRequest withSubnetIds(Collection<String> subnetIds)
Returns a reference to this object so that method calls can be chained together.
subnetIds - The new value for the SubnetIds property for this object.
public List<Filter> getFilters()
public void setFilters(Collection<Filter> filters)
filters - The new value for the Filters property for this object.public DescribeSubnetsRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters - The new value for the Filters property for this object.
public DescribeSubnetsRequest withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters - The new value for the Filters property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||