Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.support.model
Class TrustedAdvisorCostOptimizingSummary

java.lang.Object
  extended by com.amazonaws.services.support.model.TrustedAdvisorCostOptimizingSummary
All Implemented Interfaces:
Serializable

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.

See Also:
Serialized Form

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

TrustedAdvisorCostOptimizingSummary

public TrustedAdvisorCostOptimizingSummary()
Method Detail

getEstimatedMonthlySavings

public Double getEstimatedMonthlySavings()
Reports the estimated monthly savings determined by the Trusted Advisor check for your account.

Returns:
Reports the estimated monthly savings determined by the Trusted Advisor check for your account.

setEstimatedMonthlySavings

public void setEstimatedMonthlySavings(Double estimatedMonthlySavings)
Reports the estimated monthly savings determined by the Trusted Advisor check for your account.

Parameters:
estimatedMonthlySavings - Reports the estimated monthly savings determined by the Trusted Advisor check for your account.

withEstimatedMonthlySavings

public TrustedAdvisorCostOptimizingSummary withEstimatedMonthlySavings(Double estimatedMonthlySavings)
Reports the estimated monthly savings determined by the Trusted Advisor check for your account.

Returns a reference to this object so that method calls can be chained together.

Parameters:
estimatedMonthlySavings - Reports the estimated monthly savings determined by the Trusted Advisor check for your account.
Returns:
A reference to this updated object so that method calls can be chained together.

getEstimatedPercentMonthlySavings

public Double getEstimatedPercentMonthlySavings()
Reports the estimated percentage of savings determined for your account by the Trusted Advisor check.

Returns:
Reports the estimated percentage of savings determined for your account by the Trusted Advisor check.

setEstimatedPercentMonthlySavings

public void setEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
Reports the estimated percentage of savings determined for your account by the Trusted Advisor check.

Parameters:
estimatedPercentMonthlySavings - Reports the estimated percentage of savings determined for your account by the Trusted Advisor check.

withEstimatedPercentMonthlySavings

public TrustedAdvisorCostOptimizingSummary withEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
Reports the estimated percentage of savings determined for your account by the Trusted Advisor check.

Returns a reference to this object so that method calls can be chained together.

Parameters:
estimatedPercentMonthlySavings - Reports the estimated percentage of savings determined for your account by the Trusted Advisor check.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.