@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReservedInstancesCostCalculation extends Object implements Serializable, Cloneable, StructuredPojo
Cost impact of the purchase recommendation.
| Constructor and Description |
|---|
ReservedInstancesCostCalculation() |
| Modifier and Type | Method and Description |
|---|---|
ReservedInstancesCostCalculation |
clone() |
boolean |
equals(Object obj) |
ReservedInstancesPricing |
getPricing()
Pricing details of the purchase recommendation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPricing(ReservedInstancesPricing pricing)
Pricing details of the purchase recommendation.
|
String |
toString()
Returns a string representation of this object.
|
ReservedInstancesCostCalculation |
withPricing(ReservedInstancesPricing pricing)
Pricing details of the purchase recommendation.
|
public void setPricing(ReservedInstancesPricing pricing)
Pricing details of the purchase recommendation.
pricing - Pricing details of the purchase recommendation.public ReservedInstancesPricing getPricing()
Pricing details of the purchase recommendation.
public ReservedInstancesCostCalculation withPricing(ReservedInstancesPricing pricing)
Pricing details of the purchase recommendation.
pricing - Pricing details of the purchase recommendation.public String toString()
toString in class ObjectObject.toString()public ReservedInstancesCostCalculation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.