com.amazonaws.services.ec2.model
Class CreateVpnGatewayResult

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

public class CreateVpnGatewayResult
extends Object


Constructor Summary
CreateVpnGatewayResult()
           
 
Method Summary
 VpnGateway getVpnGateway()
           
 void setVpnGateway(VpnGateway vpnGateway)
           
 String toString()
           
 CreateVpnGatewayResult withVpnGateway(VpnGateway vpnGateway)
           Returns a reference to this object so that method calls can be chained together.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateVpnGatewayResult

public CreateVpnGatewayResult()
Method Detail

getVpnGateway

public VpnGateway getVpnGateway()
Returns:

setVpnGateway

public void setVpnGateway(VpnGateway vpnGateway)
Parameters:
vpnGateway -

withVpnGateway

public CreateVpnGatewayResult withVpnGateway(VpnGateway vpnGateway)

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

Parameters:
vpnGateway -
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.