com.amazonaws.services.ec2.model
Class CreateVpnGatewayResult
java.lang.Object
com.amazonaws.services.ec2.model.CreateVpnGatewayResult
public class CreateVpnGatewayResult
- extends Object
CreateVpnGatewayResult
public CreateVpnGatewayResult()
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.