|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.support.model.TrustedAdvisorCategorySpecificSummary
public class TrustedAdvisorCategorySpecificSummary
JSON-formatted child object of TrustedAdvisorCheckResult objects.
| Constructor Summary | |
|---|---|
TrustedAdvisorCategorySpecificSummary()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
TrustedAdvisorCostOptimizingSummary |
getCostOptimizing()
Corresponds to the Cost Optimizing tab on the AWS Support Center Trusted Advisor page. |
int |
hashCode()
|
void |
setCostOptimizing(TrustedAdvisorCostOptimizingSummary costOptimizing)
Corresponds to the Cost Optimizing tab on the AWS Support Center Trusted Advisor page. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
TrustedAdvisorCategorySpecificSummary |
withCostOptimizing(TrustedAdvisorCostOptimizingSummary costOptimizing)
Corresponds to the Cost Optimizing tab on the AWS Support Center Trusted Advisor page. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TrustedAdvisorCategorySpecificSummary()
| Method Detail |
|---|
public TrustedAdvisorCostOptimizingSummary getCostOptimizing()
public void setCostOptimizing(TrustedAdvisorCostOptimizingSummary costOptimizing)
costOptimizing - Corresponds to the Cost Optimizing tab on the AWS Support
Center Trusted Advisor page. This field is only available to checks 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 - Corresponds to the Cost Optimizing tab on the AWS Support
Center Trusted Advisor page. This field is only available to checks in
the Cost Optimizing category.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||