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