public class TrustedAdvisorCategorySpecificSummary
extends java.lang.Object
implements java.io.Serializable
JSON-formatted child object of TrustedAdvisorCheckResult objects.
| コンストラクタと説明 |
|---|
TrustedAdvisorCategorySpecificSummary() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.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.
|
java.lang.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.
|
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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object