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 void setVpnGateway(VpnGateway vpnGateway)
Information about the virtual private gateway.
vpnGateway
- Information about the virtual private gateway.public VpnGateway getVpnGateway()
Information about the virtual private gateway.
public CreateVpnGatewayResult withVpnGateway(VpnGateway vpnGateway)
Information about the virtual private gateway.
vpnGateway
- Information about the virtual private gateway.public String toString()
toString
in class Object
Object.toString()
public CreateVpnGatewayResult clone()
Copyright © 2016. All rights reserved.