@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTargetHealthResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeTargetHealthResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTargetHealthResult |
clone() |
boolean |
equals(Object obj) |
List<TargetHealthDescription> |
getTargetHealthDescriptions()
Information about the health of the targets.
|
int |
hashCode() |
void |
setTargetHealthDescriptions(Collection<TargetHealthDescription> targetHealthDescriptions)
Information about the health of the targets.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeTargetHealthResult |
withTargetHealthDescriptions(Collection<TargetHealthDescription> targetHealthDescriptions)
Information about the health of the targets.
|
DescribeTargetHealthResult |
withTargetHealthDescriptions(TargetHealthDescription... targetHealthDescriptions)
Information about the health of the targets.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<TargetHealthDescription> getTargetHealthDescriptions()
Information about the health of the targets.
public void setTargetHealthDescriptions(Collection<TargetHealthDescription> targetHealthDescriptions)
Information about the health of the targets.
targetHealthDescriptions
- Information about the health of the targets.public DescribeTargetHealthResult withTargetHealthDescriptions(TargetHealthDescription... targetHealthDescriptions)
Information about the health of the targets.
NOTE: This method appends the values to the existing list (if any). Use
setTargetHealthDescriptions(java.util.Collection)
or
withTargetHealthDescriptions(java.util.Collection)
if you want to override the existing values.
targetHealthDescriptions
- Information about the health of the targets.public DescribeTargetHealthResult withTargetHealthDescriptions(Collection<TargetHealthDescription> targetHealthDescriptions)
Information about the health of the targets.
targetHealthDescriptions
- Information about the health of the targets.public String toString()
toString
in class Object
Object.toString()
public DescribeTargetHealthResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.