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