public class TrustedAdvisorCostOptimizingSummary extends Object implements Serializable, Cloneable
The estimated cost savings that might be realized if the recommended actions are taken.
| Constructor and Description |
|---|
TrustedAdvisorCostOptimizingSummary() |
| Modifier and Type | Method and 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.
|
public Double getEstimatedMonthlySavings()
public void setEstimatedMonthlySavings(Double estimatedMonthlySavings)
estimatedMonthlySavings - The estimated monthly savings that might be realized if the
recommended actions are taken.public TrustedAdvisorCostOptimizingSummary withEstimatedMonthlySavings(Double estimatedMonthlySavings)
Returns a reference to this object so that method calls can be chained together.
estimatedMonthlySavings - The estimated monthly savings that might be realized if the
recommended actions are taken.public Double getEstimatedPercentMonthlySavings()
public void setEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
estimatedPercentMonthlySavings - The estimated percentage of savings that might be realized if the
recommended actions are taken.public TrustedAdvisorCostOptimizingSummary withEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
Returns a reference to this object so that method calls can be chained together.
estimatedPercentMonthlySavings - The estimated percentage of savings that might be realized if the
recommended actions are taken.public String toString()
toString in class ObjectObject.toString()public TrustedAdvisorCostOptimizingSummary clone()
Copyright © 2015. All rights reserved.