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

The estimated cost savings that might be realized if the recommended actions are taken.

See Also:
Serialized Form

Constructor Summary
TrustedAdvisorCostOptimizingSummary()
           
 
Method Summary
 boolean equals(Object obj)
           
 Double getEstimatedMonthlySavings()
          The estimated monthly savings that might be realized if the recommended actions are taken.
 Double getEstimatedPercentMonthlySavings()
          The estimated percentage of savings that might be realized if the recommended actions are taken.
 int hashCode()
           
 void setEstimatedMonthlySavings(Double estimatedMonthlySavings)
          The estimated monthly savings that might be realized if the recommended actions are taken.
 void setEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
          The estimated percentage of savings that might be realized if the recommended actions are taken.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 TrustedAdvisorCostOptimizingSummary withEstimatedMonthlySavings(Double estimatedMonthlySavings)
          The estimated monthly savings that might be realized if the recommended actions are taken.
 TrustedAdvisorCostOptimizingSummary withEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
          The estimated percentage of savings that might be realized if the recommended actions are taken.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TrustedAdvisorCostOptimizingSummary

public TrustedAdvisorCostOptimizingSummary()
Method Detail

getEstimatedMonthlySavings

public Double getEstimatedMonthlySavings()
The estimated monthly savings that might be realized if the recommended actions are taken.

Returns:
The estimated monthly savings that might be realized if the recommended actions are taken.

setEstimatedMonthlySavings

public void setEstimatedMonthlySavings(Double estimatedMonthlySavings)
The estimated monthly savings that might be realized if the recommended actions are taken.

Parameters:
estimatedMonthlySavings - The estimated monthly savings that might be realized if the recommended actions are taken.

withEstimatedMonthlySavings

public TrustedAdvisorCostOptimizingSummary withEstimatedMonthlySavings(Double estimatedMonthlySavings)
The estimated monthly savings that might be realized if the recommended actions are taken.

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

Parameters:
estimatedMonthlySavings - The estimated monthly savings that might be realized if the recommended actions are taken.
Returns:
A reference to this updated object so that method calls can be chained together.

getEstimatedPercentMonthlySavings

public Double getEstimatedPercentMonthlySavings()
The estimated percentage of savings that might be realized if the recommended actions are taken.

Returns:
The estimated percentage of savings that might be realized if the recommended actions are taken.

setEstimatedPercentMonthlySavings

public void setEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
The estimated percentage of savings that might be realized if the recommended actions are taken.

Parameters:
estimatedPercentMonthlySavings - The estimated percentage of savings that might be realized if the recommended actions are taken.

withEstimatedPercentMonthlySavings

public TrustedAdvisorCostOptimizingSummary withEstimatedPercentMonthlySavings(Double estimatedPercentMonthlySavings)
The estimated percentage of savings that might be realized if the recommended actions are taken.

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

Parameters:
estimatedPercentMonthlySavings - The estimated percentage of savings that might be realized if the recommended actions are taken.
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 © 2016. All rights reserved.