com.amazonaws.services.ec2.model
Class DescribeVpnGatewaysResult

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

public class DescribeVpnGatewaysResult
extends Object

Describe Vpn Gateways Result


Constructor Summary
DescribeVpnGatewaysResult()
           
 
Method Summary
 List<VpnGateway> getVpnGateways()
          Returns the value of the VpnGateways property for this object.
 void setVpnGateways(Collection<VpnGateway> vpnGateways)
          Sets the value of the VpnGateways property for this object.
 DescribeVpnGatewaysResult withVpnGateways(Collection<VpnGateway> vpnGateways)
          Sets the value of the VpnGateways property for this object.
 DescribeVpnGatewaysResult withVpnGateways(VpnGateway... vpnGateways)
          Sets the value of the VpnGateways property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeVpnGatewaysResult

public DescribeVpnGatewaysResult()
Method Detail

getVpnGateways

public List<VpnGateway> getVpnGateways()
Returns the value of the VpnGateways property for this object.

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

setVpnGateways

public void setVpnGateways(Collection<VpnGateway> vpnGateways)
Sets the value of the VpnGateways property for this object.

Parameters:
vpnGateways - The new value for the VpnGateways property for this object.

withVpnGateways

public DescribeVpnGatewaysResult withVpnGateways(VpnGateway... vpnGateways)
Sets the value of the VpnGateways property for this object.

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

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

withVpnGateways

public DescribeVpnGatewaysResult withVpnGateways(Collection<VpnGateway> vpnGateways)
Sets the value of the VpnGateways property for this object.

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

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