Class DescribeInstanceHealthResult
java.lang.Object
com.amazonaws.services.elasticloadbalancing.model.DescribeInstanceHealthResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanInformation about the health of the instances.inthashCode()voidsetInstanceStates(Collection<InstanceState> instanceStates) Information about the health of the instances.toString()Returns a string representation of this object; useful for testing and debugging.withInstanceStates(InstanceState... instanceStates) Information about the health of the instances.withInstanceStates(Collection<InstanceState> instanceStates) Information about the health of the instances.
-
Constructor Details
-
DescribeInstanceHealthResult
public DescribeInstanceHealthResult()
-
-
Method Details
-
getInstanceStates
Information about the health of the instances.
- Returns:
- Information about the health of the instances.
-
setInstanceStates
Information about the health of the instances.
- Parameters:
instanceStates- Information about the health of the instances.
-
withInstanceStates
Information about the health of the instances.
NOTE: This method appends the values to the existing list (if any). Use
setInstanceStates(java.util.Collection)orwithInstanceStates(java.util.Collection)if you want to override the existing values.- Parameters:
instanceStates- Information about the health of the instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withInstanceStates
Information about the health of the instances.
- Parameters:
instanceStates- Information about the health of the instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-