public class TrustedAdvisorCategorySpecificSummary
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The container for summary information that relates to the category of the Trusted Advisor check.
Modifier and Type | Field and Description |
---|---|
private TrustedAdvisorCostOptimizingSummary |
costOptimizing
The summary information about cost savings for a Trusted Advisor check
that is in the Cost Optimizing category.
|
Constructor and Description |
---|
TrustedAdvisorCategorySpecificSummary() |
Modifier and Type | Method and Description |
---|---|
TrustedAdvisorCategorySpecificSummary |
clone() |
boolean |
equals(java.lang.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.
|
java.lang.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.
|
private TrustedAdvisorCostOptimizingSummary costOptimizing
The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
public TrustedAdvisorCategorySpecificSummary()
public void setCostOptimizing(TrustedAdvisorCostOptimizingSummary costOptimizing)
The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
costOptimizing
- The summary information about cost savings for a Trusted Advisor
check that is in the Cost Optimizing category.public TrustedAdvisorCostOptimizingSummary getCostOptimizing()
The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
public TrustedAdvisorCategorySpecificSummary withCostOptimizing(TrustedAdvisorCostOptimizingSummary costOptimizing)
The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category.
costOptimizing
- The summary information about cost savings for a Trusted Advisor
check that is in the Cost Optimizing category.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public TrustedAdvisorCategorySpecificSummary clone()
clone
in class java.lang.Object