Class ZonalCapacityReservationState
java.lang.Object
software.amazon.awssdk.services.elasticloadbalancingv2.model.ZonalCapacityReservationState
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ZonalCapacityReservationState.Builder,ZonalCapacityReservationState>
@Generated("software.amazon.awssdk:codegen")
public final class ZonalCapacityReservationState
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<ZonalCapacityReservationState.Builder,ZonalCapacityReservationState>
The capacity reservation status for each Availability Zone.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringInformation about the Availability Zone.builder()final DoubleThe number of effective capacity units.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends ZonalCapacityReservationState.Builder>state()The state of the capacity reservation.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
-
state
The state of the capacity reservation.
- Returns:
- The state of the capacity reservation.
-
availabilityZone
Information about the Availability Zone.
- Returns:
- Information about the Availability Zone.
-
effectiveCapacityUnits
The number of effective capacity units.
- Returns:
- The number of effective capacity units.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ZonalCapacityReservationState.Builder,ZonalCapacityReservationState>
-
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
-