Class TrustedAdvisorCostOptimizingSummary
- java.lang.Object
-
- com.amazonaws.services.support.model.TrustedAdvisorCostOptimizingSummary
-
- All Implemented Interfaces:
Serializable,Cloneable
public class TrustedAdvisorCostOptimizingSummary extends Object implements Serializable, Cloneable
The estimated cost savings that might be realized if the recommended actions are taken.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TrustedAdvisorCostOptimizingSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrustedAdvisorCostOptimizingSummaryclone()booleanequals(Object obj)DoublegetEstimatedMonthlySavings()The estimated monthly savings that might be realized if the recommended actions are taken.DoublegetEstimatedPercentMonthlySavings()The estimated percentage of savings that might be realized if the recommended actions are taken.inthashCode()voidsetEstimatedMonthlySavings(Double estimatedMonthlySavings)The estimated monthly savings that might be realized if the recommended actions are taken.voidsetEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)The estimated percentage of savings that might be realized if the recommended actions are taken.StringtoString()Returns a string representation of this object; useful for testing and debugging.TrustedAdvisorCostOptimizingSummarywithEstimatedMonthlySavings(Double estimatedMonthlySavings)The estimated monthly savings that might be realized if the recommended actions are taken.TrustedAdvisorCostOptimizingSummarywithEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)The estimated percentage of savings that might be realized if the recommended actions are taken.
-
-
-
Method Detail
-
setEstimatedMonthlySavings
public void setEstimatedMonthlySavings(Double estimatedMonthlySavings)
The estimated monthly savings that might be realized if the recommended actions are taken.
- Parameters:
estimatedMonthlySavings- The estimated monthly savings that might be realized if the recommended actions are taken.
-
getEstimatedMonthlySavings
public Double getEstimatedMonthlySavings()
The estimated monthly savings that might be realized if the recommended actions are taken.
- Returns:
- The estimated monthly savings that might be realized if the recommended actions are taken.
-
withEstimatedMonthlySavings
public TrustedAdvisorCostOptimizingSummary withEstimatedMonthlySavings(Double estimatedMonthlySavings)
The estimated monthly savings that might be realized if the recommended actions are taken.
- Parameters:
estimatedMonthlySavings- The estimated monthly savings that might be realized if the recommended actions are taken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEstimatedPercentMonthlySavings
public void setEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
The estimated percentage of savings that might be realized if the recommended actions are taken.
- Parameters:
estimatedPercentMonthlySavings- The estimated percentage of savings that might be realized if the recommended actions are taken.
-
getEstimatedPercentMonthlySavings
public Double getEstimatedPercentMonthlySavings()
The estimated percentage of savings that might be realized if the recommended actions are taken.
- Returns:
- The estimated percentage of savings that might be realized if the recommended actions are taken.
-
withEstimatedPercentMonthlySavings
public TrustedAdvisorCostOptimizingSummary withEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
The estimated percentage of savings that might be realized if the recommended actions are taken.
- Parameters:
estimatedPercentMonthlySavings- The estimated percentage of savings that might be realized if the recommended actions are taken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public TrustedAdvisorCostOptimizingSummary clone()
-
-