@Generated(value="software.amazon.awssdk:codegen") public final class ReservedInstanceReservationValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReservedInstanceReservationValue.Builder,ReservedInstanceReservationValue>
The total value of the Convertible Reserved Instance.
Modifier and Type | Class and Description |
---|---|
static interface |
ReservedInstanceReservationValue.Builder |
Modifier and Type | Method and Description |
---|---|
static ReservedInstanceReservationValue.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ReservationValue |
reservationValue()
The total value of the Convertible Reserved Instance that you are exchanging.
|
String |
reservedInstanceId()
The ID of the Convertible Reserved Instance that you are exchanging.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReservedInstanceReservationValue.Builder> |
serializableBuilderClass() |
ReservedInstanceReservationValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final ReservationValue reservationValue()
The total value of the Convertible Reserved Instance that you are exchanging.
public final String reservedInstanceId()
The ID of the Convertible Reserved Instance that you are exchanging.
public ReservedInstanceReservationValue.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ReservedInstanceReservationValue.Builder,ReservedInstanceReservationValue>
public static ReservedInstanceReservationValue.Builder builder()
public static Class<? extends ReservedInstanceReservationValue.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.