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 TrustedAdvisorCostOptimizingSummary
clone()
boolean
equals(Object obj)
Double
getEstimatedMonthlySavings()
The estimated monthly savings that might be realized if the recommended actions are taken.Double
getEstimatedPercentMonthlySavings()
The estimated percentage of savings that might be realized if the recommended actions are taken.int
hashCode()
void
setEstimatedMonthlySavings(Double estimatedMonthlySavings)
The estimated monthly savings that might be realized if the recommended actions are taken.void
setEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
The estimated percentage of savings that might be realized if the recommended actions are taken.String
toString()
Returns a string representation of this object; useful for testing and debugging.TrustedAdvisorCostOptimizingSummary
withEstimatedMonthlySavings(Double estimatedMonthlySavings)
The estimated monthly savings that might be realized if the recommended actions are taken.TrustedAdvisorCostOptimizingSummary
withEstimatedPercentMonthlySavings(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public TrustedAdvisorCostOptimizingSummary clone()
-
-