Class ReservationValue
java.lang.Object
software.amazon.awssdk.services.ec2.model.ReservationValue
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReservationValue.Builder,ReservationValue>
@Generated("software.amazon.awssdk:codegen")
public final class ReservationValue
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<ReservationValue.Builder,ReservationValue>
The cost associated with the Reserved Instance.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ReservationValue.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe hourly rate of the reservation.final StringThe balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).final StringThe remaining upfront cost of the reservation.static Class<? extends ReservationValue.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
-
hourlyPrice
The hourly rate of the reservation.
- Returns:
- The hourly rate of the reservation.
-
remainingTotalValue
The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).
- Returns:
- The balance of the total value (the sum of remainingUpfrontValue + hourlyPrice * number of hours remaining).
-
remainingUpfrontValue
The remaining upfront cost of the reservation.
- Returns:
- The remaining upfront cost of the reservation.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReservationValue.Builder,ReservationValue>
-
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
-