Class AnalysisLoadBalancerTarget
java.lang.Object
software.amazon.awssdk.services.ec2.model.AnalysisLoadBalancerTarget
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AnalysisLoadBalancerTarget.Builder,AnalysisLoadBalancerTarget>
@Generated("software.amazon.awssdk:codegen")
public final class AnalysisLoadBalancerTarget
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<AnalysisLoadBalancerTarget.Builder,AnalysisLoadBalancerTarget>
Describes a load balancer target.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringaddress()The IP address.final StringThe Availability Zone.final StringThe ID of the Availability Zone.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final AnalysisComponentinstance()Information about the instance.final Integerport()The port on which the target is listening.static Class<? extends AnalysisLoadBalancerTarget.Builder>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
-
address
The IP address.
- Returns:
- The IP address.
-
availabilityZone
The Availability Zone.
- Returns:
- The Availability Zone.
-
availabilityZoneId
The ID of the Availability Zone.
- Returns:
- The ID of the Availability Zone.
-
instance
Information about the instance.
- Returns:
- Information about the instance.
-
port
The port on which the target is listening.
- Returns:
- The port on which the target is listening.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AnalysisLoadBalancerTarget.Builder,AnalysisLoadBalancerTarget>
-
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
-