@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TerminateRecommendationDetail extends Object implements Serializable, Cloneable, StructuredPojo
Details on termination recommendation.
Constructor and Description |
---|
TerminateRecommendationDetail() |
Modifier and Type | Method and Description |
---|---|
TerminateRecommendationDetail |
clone() |
boolean |
equals(Object obj) |
String |
getCurrencyCode()
The currency code that Amazon Web Services used to calculate the costs for this instance.
|
String |
getEstimatedMonthlySavings()
The estimated savings that result from modification, on a monthly basis.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCurrencyCode(String currencyCode)
The currency code that Amazon Web Services used to calculate the costs for this instance.
|
void |
setEstimatedMonthlySavings(String estimatedMonthlySavings)
The estimated savings that result from modification, on a monthly basis.
|
String |
toString()
Returns a string representation of this object.
|
TerminateRecommendationDetail |
withCurrencyCode(String currencyCode)
The currency code that Amazon Web Services used to calculate the costs for this instance.
|
TerminateRecommendationDetail |
withEstimatedMonthlySavings(String estimatedMonthlySavings)
The estimated savings that result from modification, on a monthly basis.
|
public void setEstimatedMonthlySavings(String estimatedMonthlySavings)
The estimated savings that result from modification, on a monthly basis.
estimatedMonthlySavings
- The estimated savings that result from modification, on a monthly basis.public String getEstimatedMonthlySavings()
The estimated savings that result from modification, on a monthly basis.
public TerminateRecommendationDetail withEstimatedMonthlySavings(String estimatedMonthlySavings)
The estimated savings that result from modification, on a monthly basis.
estimatedMonthlySavings
- The estimated savings that result from modification, on a monthly basis.public void setCurrencyCode(String currencyCode)
The currency code that Amazon Web Services used to calculate the costs for this instance.
currencyCode
- The currency code that Amazon Web Services used to calculate the costs for this instance.public String getCurrencyCode()
The currency code that Amazon Web Services used to calculate the costs for this instance.
public TerminateRecommendationDetail withCurrencyCode(String currencyCode)
The currency code that Amazon Web Services used to calculate the costs for this instance.
currencyCode
- The currency code that Amazon Web Services used to calculate the costs for this instance.public String toString()
toString
in class Object
Object.toString()
public TerminateRecommendationDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.