public class CreateVpnConnectionResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateVpnConnectionResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateVpnConnectionResult |
clone() |
boolean |
equals(Object obj) |
VpnConnection |
getVpnConnection()
Information about the VPN connection.
|
int |
hashCode() |
void |
setVpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateVpnConnectionResult |
withVpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
public VpnConnection getVpnConnection()
public void setVpnConnection(VpnConnection vpnConnection)
vpnConnection - Information about the VPN connection.public CreateVpnConnectionResult withVpnConnection(VpnConnection vpnConnection)
Returns a reference to this object so that method calls can be chained together.
vpnConnection - Information about the VPN connection.public String toString()
toString in class ObjectObject.toString()public CreateVpnConnectionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.