com.amazonaws.services.ec2.model
Class CreateVpnConnectionResult

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

public class CreateVpnConnectionResult
extends Object

Create Vpn Connection Result


Constructor Summary
CreateVpnConnectionResult()
           
 
Method Summary
 VpnConnection getVpnConnection()
          Returns the value of the VpnConnection property for this object.
 void setVpnConnection(VpnConnection vpnConnection)
          Sets the value of the VpnConnection property for this object.
 CreateVpnConnectionResult withVpnConnection(VpnConnection vpnConnection)
          Sets the value of the VpnConnection property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateVpnConnectionResult

public CreateVpnConnectionResult()
Method Detail

getVpnConnection

public VpnConnection getVpnConnection()
Returns the value of the VpnConnection property for this object.

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

setVpnConnection

public void setVpnConnection(VpnConnection vpnConnection)
Sets the value of the VpnConnection property for this object.

Parameters:
vpnConnection - The new value for the VpnConnection property for this object.

withVpnConnection

public CreateVpnConnectionResult withVpnConnection(VpnConnection vpnConnection)
Sets the value of the VpnConnection property for this object.

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

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