public class DescribeInstancesResult
extends java.lang.Object
implements java.io.Serializable
Contains the response to a DescribeInstances request.
| コンストラクタと説明 |
|---|
DescribeInstancesResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Instance> |
getInstances()
An array of
Instance objects that describe the instances. |
int |
hashCode() |
void |
setInstances(java.util.Collection<Instance> instances)
An array of
Instance objects that describe the instances. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeInstancesResult |
withInstances(java.util.Collection<Instance> instances)
An array of
Instance objects that describe the instances. |
DescribeInstancesResult |
withInstances(Instance... instances)
An array of
Instance objects that describe the instances. |
public java.util.List<Instance> getInstances()
Instance objects that describe the instances.Instance objects that describe the instances.public void setInstances(java.util.Collection<Instance> instances)
Instance objects that describe the instances.instances - An array of Instance objects that describe the instances.public DescribeInstancesResult withInstances(Instance... instances)
Instance objects that describe the instances.
Returns a reference to this object so that method calls can be chained together.
instances - An array of Instance objects that describe the instances.public DescribeInstancesResult withInstances(java.util.Collection<Instance> instances)
Instance objects that describe the instances.
Returns a reference to this object so that method calls can be chained together.
instances - An array of Instance objects that describe the 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