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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.toString()
Returns a string representation of this object; useful for testing and debugging.withCostOptimizing
(TrustedAdvisorCostOptimizingSummary costOptimizing) The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
-
Constructor Details
-
TrustedAdvisorCategorySpecificSummary
public TrustedAdvisorCategorySpecificSummary()
-
-
Method Details
-
setCostOptimizing
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-