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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TrustedAdvisorCategorySpecificSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrustedAdvisorCategorySpecificSummary
clone()
boolean
equals(Object obj)
TrustedAdvisorCostOptimizingSummary
getCostOptimizing()
The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.int
hashCode()
void
setCostOptimizing(TrustedAdvisorCostOptimizingSummary costOptimizing)
The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.String
toString()
Returns a string representation of this object; useful for testing and debugging.TrustedAdvisorCategorySpecificSummary
withCostOptimizing(TrustedAdvisorCostOptimizingSummary costOptimizing)
The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
-
-
-
Method Detail
-
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
public TrustedAdvisorCategorySpecificSummary withCostOptimizing(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.- 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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public TrustedAdvisorCategorySpecificSummary clone()
-
-