Class TrustedAdvisorCategorySpecificSummary

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

public class TrustedAdvisorCategorySpecificSummary extends Object implements Serializable, Cloneable

The container for summary information that relates to the category of the Trusted Advisor check.

See Also:
  • Constructor Details

    • TrustedAdvisorCategorySpecificSummary

      public TrustedAdvisorCategorySpecificSummary()
  • Method Details

    • setCostOptimizing

      public void setCostOptimizing(TrustedAdvisorCostOptimizingSummary costOptimizing)

      The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

      Parameters:
      costOptimizing - The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
    • getCostOptimizing

      public TrustedAdvisorCostOptimizingSummary getCostOptimizing()

      The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

      Returns:
      The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
    • withCostOptimizing

      The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.

      Parameters:
      costOptimizing - The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
      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