Class TrustedAdvisorCostOptimizingSummary
java.lang.Object
com.amazonaws.services.support.model.TrustedAdvisorCostOptimizingSummary
- All Implemented Interfaces:
Serializable
,Cloneable
The estimated cost savings that might be realized if the recommended actions are taken.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The estimated monthly savings that might be realized if the recommended actions are taken.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.toString()
Returns a string representation of this object; useful for testing and debugging.withEstimatedMonthlySavings
(Double estimatedMonthlySavings) The estimated monthly savings that might be realized if the recommended actions are taken.withEstimatedPercentMonthlySavings
(Double estimatedPercentMonthlySavings) The estimated percentage of savings that might be realized if the recommended actions are taken.
-
Constructor Details
-
TrustedAdvisorCostOptimizingSummary
public TrustedAdvisorCostOptimizingSummary()
-
-
Method Details
-
setEstimatedMonthlySavings
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
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
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-