@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TargetReservationValue extends Object implements Serializable, Cloneable
The total value of the new Convertible Reserved Instances.
Constructor and Description |
---|
TargetReservationValue() |
Modifier and Type | Method and Description |
---|---|
TargetReservationValue |
clone() |
boolean |
equals(Object obj) |
ReservationValue |
getReservationValue()
The total value of the Convertible Reserved Instances that make up the exchange.
|
TargetConfiguration |
getTargetConfiguration()
The configuration of the Convertible Reserved Instances that make up the exchange.
|
int |
hashCode() |
void |
setReservationValue(ReservationValue reservationValue)
The total value of the Convertible Reserved Instances that make up the exchange.
|
void |
setTargetConfiguration(TargetConfiguration targetConfiguration)
The configuration of the Convertible Reserved Instances that make up the exchange.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TargetReservationValue |
withReservationValue(ReservationValue reservationValue)
The total value of the Convertible Reserved Instances that make up the exchange.
|
TargetReservationValue |
withTargetConfiguration(TargetConfiguration targetConfiguration)
The configuration of the Convertible Reserved Instances that make up the exchange.
|
public void setReservationValue(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.
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 ReservationValue getReservationValue()
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 TargetReservationValue withReservationValue(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.
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 void setTargetConfiguration(TargetConfiguration targetConfiguration)
The configuration of the Convertible Reserved Instances that make up the exchange.
targetConfiguration
- The configuration of the Convertible Reserved Instances that make up the exchange.public TargetConfiguration getTargetConfiguration()
The configuration of the Convertible Reserved Instances that make up the exchange.
public TargetReservationValue withTargetConfiguration(TargetConfiguration targetConfiguration)
The configuration of the Convertible Reserved Instances that make up the exchange.
targetConfiguration
- The configuration of the Convertible Reserved Instances that make up the exchange.public String toString()
toString
in class Object
Object.toString()
public TargetReservationValue clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.