@Generated(value="software.amazon.awssdk:codegen") public class TargetReservationValue extends Object implements software.amazon.awssdk.utils.builder.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) |
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() |
String |
toString() |
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 software.amazon.awssdk.utils.builder.ToCopyableBuilder<TargetReservationValue.Builder,TargetReservationValue>public static TargetReservationValue.Builder builder()
public static Class<? extends TargetReservationValue.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.