com.amazonaws.services.ec2.model
Class DescribeSubnetsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.ec2.model.DescribeSubnetsRequest

public class DescribeSubnetsRequest
extends AmazonWebServiceRequest

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

DescribeSubnetsRequest

public DescribeSubnetsRequest()
Method Detail

getSubnetIds

public List<String> getSubnetIds()
Returns the value of the SubnetIds property for this object.

Returns:
The value of the SubnetIds property for this object.

setSubnetIds

public void setSubnetIds(Collection<String> subnetIds)
Sets the value of the SubnetIds property for this object.

Parameters:
subnetIds - The new value for the SubnetIds property for this object.

withSubnetIds

public DescribeSubnetsRequest withSubnetIds(String... subnetIds)
Sets the value of the SubnetIds property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
subnetIds - The new value for the SubnetIds property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

withSubnetIds

public DescribeSubnetsRequest withSubnetIds(Collection<String> subnetIds)
Sets the value of the SubnetIds property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
subnetIds - The new value for the SubnetIds property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getFilters

public List<Filter> getFilters()
Returns the value of the Filters property for this object.

Returns:
The value of the Filters property for this object.

setFilters

public void setFilters(Collection<Filter> filters)
Sets the value of the Filters property for this object.

Parameters:
filters - The new value for the Filters property for this object.

withFilters

public DescribeSubnetsRequest withFilters(Filter... filters)
Sets the value of the Filters property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
filters - The new value for the Filters property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

withFilters

public DescribeSubnetsRequest withFilters(Collection<Filter> filters)
Sets the value of the Filters property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
filters - The new value for the Filters property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.