public class TrustedAdvisorCostOptimizingSummary extends Object implements Serializable
Reports the estimated monthly savings and percentage of monthly savings determined by the Trusted Advisor check for your account.
Constructor and Description |
---|
TrustedAdvisorCostOptimizingSummary() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.