@Generated(value="software.amazon.awssdk:codegen") public final class TargetReservationValue extends Object implements 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) |
<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.
|
static Class<? extends TargetReservationValue.Builder> |
serializableBuilderClass() |
TargetConfiguration |
targetConfiguration()
The configuration of the Convertible Reserved Instances that make up the exchange.
|
TargetReservationValue.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TargetReservationValue.Builder,TargetReservationValue>
public static TargetReservationValue.Builder builder()
public static Class<? extends TargetReservationValue.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.