|
|||||||
| 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()
Returns a string representation of this object; useful for testing and debugging. |
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 ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||