Package com.amazonaws.services.ec2.model
Class CreateVpnConnectionResult
java.lang.Object
com.amazonaws.services.ec2.model.CreateVpnConnectionResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of CreateVpnConnection.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the VPN connection.int
hashCode()
void
setVpnConnection
(VpnConnection vpnConnection) Information about the VPN connection.toString()
Returns a string representation of this object; useful for testing and debugging.withVpnConnection
(VpnConnection vpnConnection) Information about the VPN connection.
-
Constructor Details
-
CreateVpnConnectionResult
public CreateVpnConnectionResult()
-
-
Method Details
-
setVpnConnection
Information about the VPN connection.
- Parameters:
vpnConnection
- Information about the VPN connection.
-
getVpnConnection
Information about the VPN connection.
- Returns:
- Information about the VPN connection.
-
withVpnConnection
Information about the VPN connection.
- Parameters:
vpnConnection
- Information about the VPN connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-