com.amazonaws.services.ec2.model
Class DescribeVpnGatewaysRequest

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

public class DescribeVpnGatewaysRequest
extends AmazonWebServiceRequest

Describe Vpn Gateways Request


Constructor Summary
DescribeVpnGatewaysRequest()
           
 
Method Summary
 List<Filter> getFilters()
          Returns the value of the Filters property for this object.
 List<String> getVpnGatewayIds()
          Returns the value of the VpnGatewayIds property for this object.
 void setFilters(Collection<Filter> filters)
          Sets the value of the Filters property for this object.
 void setVpnGatewayIds(Collection<String> vpnGatewayIds)
          Sets the value of the VpnGatewayIds property for this object.
 DescribeVpnGatewaysRequest withFilters(Collection<Filter> filters)
          Sets the value of the Filters property for this object.
 DescribeVpnGatewaysRequest withFilters(Filter... filters)
          Sets the value of the Filters property for this object.
 DescribeVpnGatewaysRequest withVpnGatewayIds(Collection<String> vpnGatewayIds)
          Sets the value of the VpnGatewayIds property for this object.
 DescribeVpnGatewaysRequest withVpnGatewayIds(String... vpnGatewayIds)
          Sets the value of the VpnGatewayIds 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

DescribeVpnGatewaysRequest

public DescribeVpnGatewaysRequest()
Method Detail

getVpnGatewayIds

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

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

setVpnGatewayIds

public void setVpnGatewayIds(Collection<String> vpnGatewayIds)
Sets the value of the VpnGatewayIds property for this object.

Parameters:
vpnGatewayIds - The new value for the VpnGatewayIds property for this object.

withVpnGatewayIds

public DescribeVpnGatewaysRequest withVpnGatewayIds(String... vpnGatewayIds)
Sets the value of the VpnGatewayIds property for this object.

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

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

withVpnGatewayIds

public DescribeVpnGatewaysRequest withVpnGatewayIds(Collection<String> vpnGatewayIds)
Sets the value of the VpnGatewayIds property for this object.

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

Parameters:
vpnGatewayIds - The new value for the VpnGatewayIds 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 DescribeVpnGatewaysRequest 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 DescribeVpnGatewaysRequest 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.