public class DescribeInstanceHealthResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DescribeInstanceHealthResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<InstanceState> |
getInstanceStates()
Information about the health of the instances.
|
int |
hashCode() |
void |
setInstanceStates(java.util.Collection<InstanceState> instanceStates)
Information about the health of the instances.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeInstanceHealthResult |
withInstanceStates(java.util.Collection<InstanceState> instanceStates)
Information about the health of the instances.
|
DescribeInstanceHealthResult |
withInstanceStates(InstanceState... instanceStates)
Information about the health of the instances.
|
public java.util.List<InstanceState> getInstanceStates()
Information about the health of the instances.
Information about the health of the instances.
public void setInstanceStates(java.util.Collection<InstanceState> instanceStates)
Information about the health of the instances.
instanceStates
- Information about the health of the instances.
public DescribeInstanceHealthResult withInstanceStates(InstanceState... instanceStates)
Information about the health of the instances.
Returns a reference to this object so that method calls can be chained together.
instanceStates
- Information about the health of the instances.
public DescribeInstanceHealthResult withInstanceStates(java.util.Collection<InstanceState> instanceStates)
Information about the health of the instances.
Returns a reference to this object so that method calls can be chained together.
instanceStates
- Information about the health of the instances.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.