com.amazonaws.services.ec2.model
Class CreateVpnGatewayResult

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

public class CreateVpnGatewayResult
extends Object

Create Vpn Gateway Result


Constructor Summary
CreateVpnGatewayResult()
           
 
Method Summary
 VpnGateway getVpnGateway()
          Returns the value of the VpnGateway property for this object.
 void setVpnGateway(VpnGateway vpnGateway)
          Sets the value of the VpnGateway property for this object.
 CreateVpnGatewayResult withVpnGateway(VpnGateway vpnGateway)
          Sets the value of the VpnGateway property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateVpnGatewayResult

public CreateVpnGatewayResult()
Method Detail

getVpnGateway

public VpnGateway getVpnGateway()
Returns the value of the VpnGateway property for this object.

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

setVpnGateway

public void setVpnGateway(VpnGateway vpnGateway)
Sets the value of the VpnGateway property for this object.

Parameters:
vpnGateway - The new value for the VpnGateway property for this object.

withVpnGateway

public CreateVpnGatewayResult withVpnGateway(VpnGateway vpnGateway)
Sets the value of the VpnGateway property for this object.

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

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