@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVpnConnectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of CreateVpnConnection.
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.
|
CreateVpnConnectionResult |
withVpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
vpnConnection
- Information about the VPN connection.public VpnConnection getVpnConnection()
Information about the VPN connection.
public CreateVpnConnectionResult withVpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
vpnConnection
- Information about the VPN connection.public String toString()
toString
in class Object
Object.toString()
public CreateVpnConnectionResult clone()