|
Did this page help you?Yes No Tell us about it... |
||||||
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
Reports the estimated monthly savings and percentage of monthly savings determined by the Trusted Advisor check for your account.
Constructor Summary | |
---|---|
TrustedAdvisorCostOptimizingSummary()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Double |
getEstimatedMonthlySavings()
Reports the estimated monthly savings determined by the Trusted Advisor check for your account. |
Double |
getEstimatedPercentMonthlySavings()
Reports the estimated percentage of savings determined for your account by the Trusted Advisor check. |
int |
hashCode()
|
void |
setEstimatedMonthlySavings(Double estimatedMonthlySavings)
Reports the estimated monthly savings determined by the Trusted Advisor check for your account. |
void |
setEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
Reports the estimated percentage of savings determined for your account by the Trusted Advisor check. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
TrustedAdvisorCostOptimizingSummary |
withEstimatedMonthlySavings(Double estimatedMonthlySavings)
Reports the estimated monthly savings determined by the Trusted Advisor check for your account. |
TrustedAdvisorCostOptimizingSummary |
withEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
Reports the estimated percentage of savings determined for your account by the Trusted Advisor check. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TrustedAdvisorCostOptimizingSummary()
Method Detail |
---|
public Double getEstimatedMonthlySavings()
public void setEstimatedMonthlySavings(Double estimatedMonthlySavings)
estimatedMonthlySavings
- Reports the estimated monthly savings determined by the Trusted
Advisor check for your account.public TrustedAdvisorCostOptimizingSummary withEstimatedMonthlySavings(Double estimatedMonthlySavings)
Returns a reference to this object so that method calls can be chained together.
estimatedMonthlySavings
- Reports the estimated monthly savings determined by the Trusted
Advisor check for your account.
public Double getEstimatedPercentMonthlySavings()
public void setEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
estimatedPercentMonthlySavings
- Reports the estimated percentage of savings determined for your
account by the Trusted Advisor check.public TrustedAdvisorCostOptimizingSummary withEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
Returns a reference to this object so that method calls can be chained together.
estimatedPercentMonthlySavings
- Reports the estimated percentage of savings determined for your
account by the Trusted Advisor check.
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 |