@Generated(value="software.amazon.awssdk:codegen") public final class TargetHealthDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TargetHealthDescription.Builder,TargetHealthDescription>
Information about the health of a target.
Modifier and Type | Class and Description |
---|---|
static interface |
TargetHealthDescription.Builder |
Modifier and Type | Method and Description |
---|---|
static TargetHealthDescription.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
healthCheckPort()
The port to use to connect with the target.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TargetHealthDescription.Builder> |
serializableBuilderClass() |
TargetDescription |
target()
The description of the target.
|
TargetHealth |
targetHealth()
The health information for the target.
|
TargetHealthDescription.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public TargetDescription target()
The description of the target.
public String healthCheckPort()
The port to use to connect with the target.
public TargetHealth targetHealth()
The health information for the target.
public TargetHealthDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TargetHealthDescription.Builder,TargetHealthDescription>
public static TargetHealthDescription.Builder builder()
public static Class<? extends TargetHealthDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.