Class TrustedAdvisorCostOptimizingSummary

java.lang.Object
com.amazonaws.services.support.model.TrustedAdvisorCostOptimizingSummary
All Implemented Interfaces:
Serializable, Cloneable

public class TrustedAdvisorCostOptimizingSummary extends Object implements Serializable, Cloneable

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

See Also:
  • Constructor Details

    • TrustedAdvisorCostOptimizingSummary

      public TrustedAdvisorCostOptimizingSummary()
  • Method Details

    • 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.
    • 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.
    • withEstimatedMonthlySavings

      public TrustedAdvisorCostOptimizingSummary withEstimatedMonthlySavings(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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • 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.
    • withEstimatedPercentMonthlySavings

      public TrustedAdvisorCostOptimizingSummary withEstimatedPercentMonthlySavings(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.
      Returns:
      Returns a reference to this 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:
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object