public class DescribeVpnConnectionsResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of DescribeVpnConnections.
Constructor and Description |
---|
DescribeVpnConnectionsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<VpnConnection> |
getVpnConnections()
Information about one or more VPN connections.
|
int |
hashCode() |
void |
setVpnConnections(java.util.Collection<VpnConnection> vpnConnections)
Information about one or more VPN connections.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVpnConnectionsResult |
withVpnConnections(java.util.Collection<VpnConnection> vpnConnections)
Information about one or more VPN connections.
|
DescribeVpnConnectionsResult |
withVpnConnections(VpnConnection... vpnConnections)
Information about one or more VPN connections.
|
public java.util.List<VpnConnection> getVpnConnections()
public void setVpnConnections(java.util.Collection<VpnConnection> vpnConnections)
vpnConnections
- Information about one or more VPN connections.public DescribeVpnConnectionsResult withVpnConnections(VpnConnection... vpnConnections)
Returns a reference to this object so that method calls can be chained together.
vpnConnections
- Information about one or more VPN connections.public DescribeVpnConnectionsResult withVpnConnections(java.util.Collection<VpnConnection> vpnConnections)
Returns a reference to this object so that method calls can be chained together.
vpnConnections
- Information about one or more VPN connections.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.