@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReservedInstanceReservationValue extends Object implements Serializable, Cloneable
The total value of the Convertible Reserved Instance.
Constructor and Description |
---|
ReservedInstanceReservationValue() |
Modifier and Type | Method and Description |
---|---|
ReservedInstanceReservationValue |
clone() |
boolean |
equals(Object obj) |
ReservationValue |
getReservationValue()
The total value of the Convertible Reserved Instance that you are exchanging.
|
String |
getReservedInstanceId()
The ID of the Convertible Reserved Instance that you are exchanging.
|
int |
hashCode() |
void |
setReservationValue(ReservationValue reservationValue)
The total value of the Convertible Reserved Instance that you are exchanging.
|
void |
setReservedInstanceId(String reservedInstanceId)
The ID of the Convertible Reserved Instance that you are exchanging.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ReservedInstanceReservationValue |
withReservationValue(ReservationValue reservationValue)
The total value of the Convertible Reserved Instance that you are exchanging.
|
ReservedInstanceReservationValue |
withReservedInstanceId(String reservedInstanceId)
The ID of the Convertible Reserved Instance that you are exchanging.
|
public void setReservationValue(ReservationValue reservationValue)
The total value of the Convertible Reserved Instance that you are exchanging.
reservationValue
- The total value of the Convertible Reserved Instance that you are exchanging.public ReservationValue getReservationValue()
The total value of the Convertible Reserved Instance that you are exchanging.
public ReservedInstanceReservationValue withReservationValue(ReservationValue reservationValue)
The total value of the Convertible Reserved Instance that you are exchanging.
reservationValue
- The total value of the Convertible Reserved Instance that you are exchanging.public void setReservedInstanceId(String reservedInstanceId)
The ID of the Convertible Reserved Instance that you are exchanging.
reservedInstanceId
- The ID of the Convertible Reserved Instance that you are exchanging.public String getReservedInstanceId()
The ID of the Convertible Reserved Instance that you are exchanging.
public ReservedInstanceReservationValue withReservedInstanceId(String reservedInstanceId)
The ID of the Convertible Reserved Instance that you are exchanging.
reservedInstanceId
- The ID of the Convertible Reserved Instance that you are exchanging.public String toString()
toString
in class Object
Object.toString()
public ReservedInstanceReservationValue clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.