public class DescribeVpnGatewaysResult
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
DescribeVpnGatewaysResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<VpnGateway> |
getVpnGateways() |
int |
hashCode() |
void |
setVpnGateways(java.util.Collection<VpnGateway> vpnGateways) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVpnGatewaysResult |
withVpnGateways(java.util.Collection<VpnGateway> vpnGateways)
Returns a reference to this object so that method calls can be chained together.
|
DescribeVpnGatewaysResult |
withVpnGateways(VpnGateway... vpnGateways)
Returns a reference to this object so that method calls can be chained together.
|
public java.util.List<VpnGateway> getVpnGateways()
public void setVpnGateways(java.util.Collection<VpnGateway> vpnGateways)
vpnGateways - public DescribeVpnGatewaysResult withVpnGateways(VpnGateway... vpnGateways)
Returns a reference to this object so that method calls can be chained together.
vpnGateways - public DescribeVpnGatewaysResult withVpnGateways(java.util.Collection<VpnGateway> vpnGateways)
Returns a reference to this object so that method calls can be chained together.
vpnGateways - public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object