@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TargetDescription target()
The description of the target.
public final String healthCheckPort()
The port to use to connect with the target.
public final TargetHealth targetHealth()
The health information for the target.
public TargetHealthDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TargetHealthDescription.Builder,TargetHealthDescription>public static TargetHealthDescription.Builder builder()
public static Class<? extends TargetHealthDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.