|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticloadbalancing.model.DescribeInstanceHealthResult
public class DescribeInstanceHealthResult
Describe Instance Health Result
Constructor Summary | |
---|---|
DescribeInstanceHealthResult()
|
Method Summary | |
---|---|
List<InstanceState> |
getInstanceStates()
Returns the value of the InstanceStates property for this object. |
void |
setInstanceStates(Collection<InstanceState> instanceStates)
Sets the value of the InstanceStates property for this object. |
String |
toString()
|
DescribeInstanceHealthResult |
withInstanceStates(Collection<InstanceState> instanceStates)
Sets the value of the InstanceStates property for this object. |
DescribeInstanceHealthResult |
withInstanceStates(InstanceState... instanceStates)
Sets the value of the InstanceStates property for this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeInstanceHealthResult()
Method Detail |
---|
public List<InstanceState> getInstanceStates()
public void setInstanceStates(Collection<InstanceState> instanceStates)
instanceStates
- The new value for the InstanceStates property for this object.public DescribeInstanceHealthResult withInstanceStates(InstanceState... instanceStates)
Returns a reference to this object so that method calls can be chained together.
instanceStates
- The new value for the InstanceStates property for this object.
public DescribeInstanceHealthResult withInstanceStates(Collection<InstanceState> instanceStates)
Returns a reference to this object so that method calls can be chained together.
instanceStates
- The new value for the InstanceStates property for this object.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |