Class TargetHealthDescription
java.lang.Object
software.amazon.awssdk.services.elasticloadbalancingv2.model.TargetHealthDescription
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TargetHealthDescription.Builder,TargetHealthDescription>
@Generated("software.amazon.awssdk:codegen")
public final class TargetHealthDescription
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<TargetHealthDescription.Builder,TargetHealthDescription>
Information about the health of a target.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal AdministrativeOverrideThe administrative override information for the target.final AnomalyDetectionThe anomaly detection result for the target.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe port to use to connect with the target.static Class<? extends TargetHealthDescription.Builder>final TargetDescriptiontarget()The description of the target.final TargetHealthThe health information for the target.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
target
The description of the target.
- Returns:
- The description of the target.
-
healthCheckPort
The port to use to connect with the target.
- Returns:
- The port to use to connect with the target.
-
targetHealth
The health information for the target.
- Returns:
- The health information for the target.
-
anomalyDetection
The anomaly detection result for the target.
If no anomalies were detected, the result is
normal.If anomalies were detected, the result is
anomalous.- Returns:
- The anomaly detection result for the target.
If no anomalies were detected, the result is
normal.If anomalies were detected, the result is
anomalous.
-
administrativeOverride
The administrative override information for the target.
- Returns:
- The administrative override information for the target.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<TargetHealthDescription.Builder,TargetHealthDescription>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-