com.amazonaws.services.ec2.model
Class DescribeVpnConnectionsRequest

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

public class DescribeVpnConnectionsRequest
extends AmazonWebServiceRequest

Describe Vpn Connections Request


Constructor Summary
DescribeVpnConnectionsRequest()
           
 
Method Summary
 List<String> getVpnConnectionIds()
          Returns the value of the VpnConnectionIds property for this object.
 void setVpnConnectionIds(Collection<String> vpnConnectionIds)
          Sets the value of the VpnConnectionIds property for this object.
 DescribeVpnConnectionsRequest withVpnConnectionIds(Collection<String> vpnConnectionIds)
          Sets the value of the VpnConnectionIds property for this object.
 DescribeVpnConnectionsRequest withVpnConnectionIds(String... vpnConnectionIds)
          Sets the value of the VpnConnectionIds 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

DescribeVpnConnectionsRequest

public DescribeVpnConnectionsRequest()
Method Detail

getVpnConnectionIds

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

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

setVpnConnectionIds

public void setVpnConnectionIds(Collection<String> vpnConnectionIds)
Sets the value of the VpnConnectionIds property for this object.

Parameters:
vpnConnectionIds - The new value for the VpnConnectionIds property for this object.

withVpnConnectionIds

public DescribeVpnConnectionsRequest withVpnConnectionIds(String... vpnConnectionIds)
Sets the value of the VpnConnectionIds property for this object.

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

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

withVpnConnectionIds

public DescribeVpnConnectionsRequest withVpnConnectionIds(Collection<String> vpnConnectionIds)
Sets the value of the VpnConnectionIds property for this object.

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

Parameters:
vpnConnectionIds - The new value for the VpnConnectionIds 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.