public class CreateVpnGatewayResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateVpnGatewayResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateVpnGatewayResult |
clone() |
boolean |
equals(Object obj) |
VpnGateway |
getVpnGateway()
Information about the virtual private gateway.
|
int |
hashCode() |
void |
setVpnGateway(VpnGateway vpnGateway)
Information about the virtual private gateway.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateVpnGatewayResult |
withVpnGateway(VpnGateway vpnGateway)
Information about the virtual private gateway.
|
public VpnGateway getVpnGateway()
public void setVpnGateway(VpnGateway vpnGateway)
vpnGateway - Information about the virtual private gateway.public CreateVpnGatewayResult withVpnGateway(VpnGateway vpnGateway)
Returns a reference to this object so that method calls can be chained together.
vpnGateway - Information about the virtual private gateway.public String toString()
toString in class ObjectObject.toString()public CreateVpnGatewayResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.