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