public class TrustedAdvisorCategorySpecificSummary extends Object implements Serializable
The container for summary information that relates to the category of the Trusted Advisor check.
| Constructor and Description |
|---|
TrustedAdvisorCategorySpecificSummary() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public TrustedAdvisorCategorySpecificSummary()
public TrustedAdvisorCostOptimizingSummary getCostOptimizing()
public void setCostOptimizing(TrustedAdvisorCostOptimizingSummary costOptimizing)
costOptimizing - The summary information about cost savings for a Trusted Advisor check
that is in the Cost Optimizing category.public TrustedAdvisorCategorySpecificSummary withCostOptimizing(TrustedAdvisorCostOptimizingSummary costOptimizing)
Returns a reference to this object so that method calls can be chained together.
costOptimizing - The summary information about cost savings for a Trusted Advisor check
that is in the Cost Optimizing category.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.