@Generated(value="software.amazon.awssdk:codegen") public final class TargetReservationValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TargetReservationValue.Builder,TargetReservationValue>
The total value of the new Convertible Reserved Instances.
Modifier and Type | Class and Description |
---|---|
static interface |
TargetReservationValue.Builder |
Modifier and Type | Method and Description |
---|---|
static TargetReservationValue.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 Instances that make up the exchange.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TargetReservationValue.Builder> |
serializableBuilderClass() |
TargetConfiguration |
targetConfiguration()
The configuration of the Convertible Reserved Instances that make up the exchange.
|
TargetReservationValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public ReservationValue reservationValue()
The total value of the Convertible Reserved Instances that make up the exchange. This is the sum of the list value, remaining upfront price, and additional upfront cost of the exchange.
public TargetConfiguration targetConfiguration()
The configuration of the Convertible Reserved Instances that make up the exchange.
public TargetReservationValue.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<TargetReservationValue.Builder,TargetReservationValue>
public static TargetReservationValue.Builder builder()
public static Class<? extends TargetReservationValue.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.