@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 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()
toBuilder in interface ToCopyableBuilder<TargetHealthDescription.Builder,TargetHealthDescription>public static TargetHealthDescription.Builder builder()
public static Class<? extends TargetHealthDescription.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.