|
||||||||||
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
Constructor Summary | |
---|---|
DescribeSubnetsRequest()
|
Method Summary | |
---|---|
List<Filter> |
getFilters()
|
List<String> |
getSubnetIds()
A set of one or more subnet IDs. |
void |
setFilters(Collection<Filter> filters)
|
void |
setSubnetIds(Collection<String> subnetIds)
A set of one or more subnet IDs. |
String |
toString()
|
DescribeSubnetsRequest |
withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together. |
DescribeSubnetsRequest |
withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together. |
DescribeSubnetsRequest |
withSubnetIds(Collection<String> subnetIds)
A set of one or more subnet IDs. |
DescribeSubnetsRequest |
withSubnetIds(String... subnetIds)
A set of one or more subnet IDs. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeSubnetsRequest()
Method Detail |
---|
public List<String> getSubnetIds()
public void setSubnetIds(Collection<String> subnetIds)
subnetIds
- A set of one or more subnet IDs.public DescribeSubnetsRequest withSubnetIds(String... subnetIds)
Returns a reference to this object so that method calls can be chained together.
subnetIds
- A set of one or more subnet IDs.
public DescribeSubnetsRequest withSubnetIds(Collection<String> subnetIds)
Returns a reference to this object so that method calls can be chained together.
subnetIds
- A set of one or more subnet IDs.
public List<Filter> getFilters()
public void setFilters(Collection<Filter> filters)
filters
- public DescribeSubnetsRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters
-
public DescribeSubnetsRequest withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters
-
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |