Package com.amazonaws.services.ec2.model
Class DescribeVpnConnectionsResult
java.lang.Object
com.amazonaws.services.ec2.model.DescribeVpnConnectionsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of DescribeVpnConnections.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about one or more VPN connections.int
hashCode()
void
setVpnConnections
(Collection<VpnConnection> vpnConnections) Information about one or more VPN connections.toString()
Returns a string representation of this object; useful for testing and debugging.withVpnConnections
(VpnConnection... vpnConnections) Information about one or more VPN connections.withVpnConnections
(Collection<VpnConnection> vpnConnections) Information about one or more VPN connections.
-
Constructor Details
-
DescribeVpnConnectionsResult
public DescribeVpnConnectionsResult()
-
-
Method Details
-
getVpnConnections
Information about one or more VPN connections.
- Returns:
- Information about one or more VPN connections.
-
setVpnConnections
Information about one or more VPN connections.
- Parameters:
vpnConnections
- Information about one or more VPN connections.
-
withVpnConnections
Information about one or more VPN connections.
NOTE: This method appends the values to the existing list (if any). Use
setVpnConnections(java.util.Collection)
orwithVpnConnections(java.util.Collection)
if you want to override the existing values.- Parameters:
vpnConnections
- Information about one or more VPN connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withVpnConnections
Information about one or more VPN connections.
- Parameters:
vpnConnections
- Information about one or more VPN connections.- 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
-