|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.support.model.TrustedAdvisorCostOptimizingSummary
public class TrustedAdvisorCostOptimizingSummary
The estimated cost savings that might be realized if the recommended actions are taken.
Constructor Summary | |
---|---|
TrustedAdvisorCostOptimizingSummary()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TrustedAdvisorCostOptimizingSummary()
Method Detail |
---|
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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |