public class DescribeInstanceHealthResult
extends java.lang.Object
implements java.io.Serializable
The output for the DescribeInstanceHealth action.
| コンストラクタと説明 |
|---|
DescribeInstanceHealthResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<InstanceState> |
getInstanceStates()
A list containing health information for the specified instances.
|
int |
hashCode() |
void |
setInstanceStates(java.util.Collection<InstanceState> instanceStates)
A list containing health information for the specified instances.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeInstanceHealthResult |
withInstanceStates(java.util.Collection<InstanceState> instanceStates)
A list containing health information for the specified instances.
|
DescribeInstanceHealthResult |
withInstanceStates(InstanceState... instanceStates)
A list containing health information for the specified instances.
|
public java.util.List<InstanceState> getInstanceStates()
public void setInstanceStates(java.util.Collection<InstanceState> instanceStates)
instanceStates - A list containing health information for the specified instances.public DescribeInstanceHealthResult withInstanceStates(InstanceState... instanceStates)
Returns a reference to this object so that method calls can be chained together.
instanceStates - A list containing health information for the specified instances.public DescribeInstanceHealthResult withInstanceStates(java.util.Collection<InstanceState> instanceStates)
Returns a reference to this object so that method calls can be chained together.
instanceStates - A list containing health information for the specified 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