com.amazonaws.services.ec2.model
Class DescribeVpnConnectionsResult

java.lang.Object
  extended by com.amazonaws.services.ec2.model.DescribeVpnConnectionsResult

public class DescribeVpnConnectionsResult
extends Object

Describe Vpn Connections Result


Constructor Summary
DescribeVpnConnectionsResult()
           
 
Method Summary
 List<VpnConnection> getVpnConnections()
          Returns the value of the VpnConnections property for this object.
 void setVpnConnections(Collection<VpnConnection> vpnConnections)
          Sets the value of the VpnConnections property for this object.
 DescribeVpnConnectionsResult withVpnConnections(Collection<VpnConnection> vpnConnections)
          Sets the value of the VpnConnections property for this object.
 DescribeVpnConnectionsResult withVpnConnections(VpnConnection... vpnConnections)
          Sets the value of the VpnConnections property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeVpnConnectionsResult

public DescribeVpnConnectionsResult()
Method Detail

getVpnConnections

public List<VpnConnection> getVpnConnections()
Returns the value of the VpnConnections property for this object.

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

setVpnConnections

public void setVpnConnections(Collection<VpnConnection> vpnConnections)
Sets the value of the VpnConnections property for this object.

Parameters:
vpnConnections - The new value for the VpnConnections property for this object.

withVpnConnections

public DescribeVpnConnectionsResult withVpnConnections(VpnConnection... vpnConnections)
Sets the value of the VpnConnections property for this object.

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

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

withVpnConnections

public DescribeVpnConnectionsResult withVpnConnections(Collection<VpnConnection> vpnConnections)
Sets the value of the VpnConnections property for this object.

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

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