public class DescribeVpcsResult
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
DescribeVpcsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Vpc> |
getVpcs() |
int |
hashCode() |
void |
setVpcs(java.util.Collection<Vpc> vpcs) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVpcsResult |
withVpcs(java.util.Collection<Vpc> vpcs)
Returns a reference to this object so that method calls can be chained together.
|
DescribeVpcsResult |
withVpcs(Vpc... vpcs)
Returns a reference to this object so that method calls can be chained together.
|
public java.util.List<Vpc> getVpcs()
public void setVpcs(java.util.Collection<Vpc> vpcs)
vpcs - public DescribeVpcsResult withVpcs(Vpc... vpcs)
Returns a reference to this object so that method calls can be chained together.
vpcs - public DescribeVpcsResult withVpcs(java.util.Collection<Vpc> vpcs)
Returns a reference to this object so that method calls can be chained together.
vpcs - 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