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:
java.io.Serializable

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.

See Also:
Serialized Form

Constructor Summary
TrustedAdvisorCostOptimizingSummary()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TrustedAdvisorCostOptimizingSummary

public TrustedAdvisorCostOptimizingSummary()
Method Detail

getEstimatedMonthlySavings

public java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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