public class CreateVpnGatewayResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of CreateVpnGateway.
Modifier and Type | Field and Description |
---|---|
private VpnGateway |
vpnGateway
Information about the virtual private gateway.
|
Constructor and Description |
---|
CreateVpnGatewayResult() |
Modifier and Type | Method and Description |
---|---|
CreateVpnGatewayResult |
clone() |
boolean |
equals(java.lang.Object obj) |
VpnGateway |
getVpnGateway()
Information about the virtual private gateway.
|
int |
hashCode() |
void |
setVpnGateway(VpnGateway vpnGateway)
Information about the virtual private gateway.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateVpnGatewayResult |
withVpnGateway(VpnGateway vpnGateway)
Information about the virtual private gateway.
|
private 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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateVpnGatewayResult clone()
clone
in class java.lang.Object