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


Constructor Summary
DescribeVpcsRequest()
           
 
Method Summary
 List<Filter> getFilters()
           
 List<String> getVpcIds()
          A set of one or more IDs of VPCs to describe.
 void setFilters(Collection<Filter> filters)
           
 void setVpcIds(Collection<String> vpcIds)
          A set of one or more IDs of VPCs to describe.
 String toString()
           
 DescribeVpcsRequest withFilters(Collection<Filter> filters)
           Returns a reference to this object so that method calls can be chained together.
 DescribeVpcsRequest withFilters(Filter... filters)
           Returns a reference to this object so that method calls can be chained together.
 DescribeVpcsRequest withVpcIds(Collection<String> vpcIds)
          A set of one or more IDs of VPCs to describe.
 DescribeVpcsRequest withVpcIds(String... vpcIds)
          A set of one or more IDs of VPCs to describe.
 
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

DescribeVpcsRequest

public DescribeVpcsRequest()
Method Detail

getVpcIds

public List<String> getVpcIds()
A set of one or more IDs of VPCs to describe.

Returns:
A set of one or more IDs of VPCs to describe.

setVpcIds

public void setVpcIds(Collection<String> vpcIds)
A set of one or more IDs of VPCs to describe.

Parameters:
vpcIds - A set of one or more IDs of VPCs to describe.

withVpcIds

public DescribeVpcsRequest withVpcIds(String... vpcIds)
A set of one or more IDs of VPCs to describe.

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

Parameters:
vpcIds - A set of one or more IDs of VPCs to describe.
Returns:
A reference to this updated object so that method calls can be chained together.

withVpcIds

public DescribeVpcsRequest withVpcIds(Collection<String> vpcIds)
A set of one or more IDs of VPCs to describe.

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

Parameters:
vpcIds - A set of one or more IDs of VPCs to describe.
Returns:
A reference to this updated object so that method calls can be chained together.

getFilters

public List<Filter> getFilters()
Returns:

setFilters

public void setFilters(Collection<Filter> filters)
Parameters:
filters -

withFilters

public DescribeVpcsRequest withFilters(Filter... filters)

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

Parameters:
filters -
Returns:
A reference to this updated object so that method calls can be chained together.

withFilters

public DescribeVpcsRequest withFilters(Collection<Filter> filters)

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

Parameters:
filters -
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


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