com.amazonaws.services.ec2.model
Class DescribeVpcsRequest

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

public class DescribeVpcsRequest
extends AmazonWebServiceRequest

Describe Vpcs Request


Constructor Summary
DescribeVpcsRequest()
           
 
Method Summary
 List<Filter> getFilters()
          Returns the value of the Filters property for this object.
 List<String> getVpcIds()
          Returns the value of the VpcIds property for this object.
 void setFilters(Collection<Filter> filters)
          Sets the value of the Filters property for this object.
 void setVpcIds(Collection<String> vpcIds)
          Sets the value of the VpcIds property for this object.
 DescribeVpcsRequest withFilters(Collection<Filter> filters)
          Sets the value of the Filters property for this object.
 DescribeVpcsRequest withFilters(Filter... filters)
          Sets the value of the Filters property for this object.
 DescribeVpcsRequest withVpcIds(Collection<String> vpcIds)
          Sets the value of the VpcIds property for this object.
 DescribeVpcsRequest withVpcIds(String... vpcIds)
          Sets the value of the VpcIds 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

DescribeVpcsRequest

public DescribeVpcsRequest()
Method Detail

getVpcIds

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

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

setVpcIds

public void setVpcIds(Collection<String> vpcIds)
Sets the value of the VpcIds property for this object.

Parameters:
vpcIds - The new value for the VpcIds property for this object.

withVpcIds

public DescribeVpcsRequest withVpcIds(String... vpcIds)
Sets the value of the VpcIds property for this object.

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

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

withVpcIds

public DescribeVpcsRequest withVpcIds(Collection<String> vpcIds)
Sets the value of the VpcIds property for this object.

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

Parameters:
vpcIds - The new value for the VpcIds 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 DescribeVpcsRequest 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 DescribeVpcsRequest 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.