com.amazonaws.services.ec2.model
Class DescribeCustomerGatewaysRequest

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

public class DescribeCustomerGatewaysRequest
extends AmazonWebServiceRequest

Describe Customer Gateways Request


Constructor Summary
DescribeCustomerGatewaysRequest()
           
 
Method Summary
 List<String> getCustomerGatewayIds()
          Returns the value of the CustomerGatewayIds property for this object.
 List<Filter> getFilters()
          Returns the value of the Filters property for this object.
 void setCustomerGatewayIds(Collection<String> customerGatewayIds)
          Sets the value of the CustomerGatewayIds property for this object.
 void setFilters(Collection<Filter> filters)
          Sets the value of the Filters property for this object.
 DescribeCustomerGatewaysRequest withCustomerGatewayIds(Collection<String> customerGatewayIds)
          Sets the value of the CustomerGatewayIds property for this object.
 DescribeCustomerGatewaysRequest withCustomerGatewayIds(String... customerGatewayIds)
          Sets the value of the CustomerGatewayIds property for this object.
 DescribeCustomerGatewaysRequest withFilters(Collection<Filter> filters)
          Sets the value of the Filters property for this object.
 DescribeCustomerGatewaysRequest withFilters(Filter... filters)
          Sets the value of the Filters 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

DescribeCustomerGatewaysRequest

public DescribeCustomerGatewaysRequest()
Method Detail

getCustomerGatewayIds

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

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

setCustomerGatewayIds

public void setCustomerGatewayIds(Collection<String> customerGatewayIds)
Sets the value of the CustomerGatewayIds property for this object.

Parameters:
customerGatewayIds - The new value for the CustomerGatewayIds property for this object.

withCustomerGatewayIds

public DescribeCustomerGatewaysRequest withCustomerGatewayIds(String... customerGatewayIds)
Sets the value of the CustomerGatewayIds property for this object.

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

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

withCustomerGatewayIds

public DescribeCustomerGatewaysRequest withCustomerGatewayIds(Collection<String> customerGatewayIds)
Sets the value of the CustomerGatewayIds property for this object.

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

Parameters:
customerGatewayIds - The new value for the CustomerGatewayIds 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 DescribeCustomerGatewaysRequest 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 DescribeCustomerGatewaysRequest 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.