public class TrustedAdvisorCostOptimizingSummary
extends java.lang.Object
implements java.io.Serializable
Reports the estimated monthly savings and percentage of monthly savings determined by the Trusted Advisor check for your account.
| コンストラクタと説明 |
|---|
TrustedAdvisorCostOptimizingSummary() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Double |
getEstimatedMonthlySavings()
Reports the estimated monthly savings determined by the Trusted
Advisor check for your account.
|
java.lang.Double |
getEstimatedPercentMonthlySavings()
Reports the estimated percentage of savings determined for your
account by the Trusted Advisor check.
|
int |
hashCode() |
void |
setEstimatedMonthlySavings(java.lang.Double estimatedMonthlySavings)
Reports the estimated monthly savings determined by the Trusted
Advisor check for your account.
|
void |
setEstimatedPercentMonthlySavings(java.lang.Double estimatedPercentMonthlySavings)
Reports the estimated percentage of savings determined for your
account by the Trusted Advisor check.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TrustedAdvisorCostOptimizingSummary |
withEstimatedMonthlySavings(java.lang.Double estimatedMonthlySavings)
Reports the estimated monthly savings determined by the Trusted
Advisor check for your account.
|
TrustedAdvisorCostOptimizingSummary |
withEstimatedPercentMonthlySavings(java.lang.Double estimatedPercentMonthlySavings)
Reports the estimated percentage of savings determined for your
account by the Trusted Advisor check.
|
public java.lang.Double getEstimatedMonthlySavings()
public void setEstimatedMonthlySavings(java.lang.Double estimatedMonthlySavings)
estimatedMonthlySavings - Reports the estimated monthly savings determined by the Trusted
Advisor check for your account.public TrustedAdvisorCostOptimizingSummary withEstimatedMonthlySavings(java.lang.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 java.lang.Double getEstimatedPercentMonthlySavings()
public void setEstimatedPercentMonthlySavings(java.lang.Double estimatedPercentMonthlySavings)
estimatedPercentMonthlySavings - Reports the estimated percentage of savings determined for your
account by the Trusted Advisor check.public TrustedAdvisorCostOptimizingSummary withEstimatedPercentMonthlySavings(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object