public class TrustedAdvisorCheckSummary
extends java.lang.Object
implements java.io.Serializable
Reports a summary of the Trusted Advisor check. This object contains the following child objects that report summary information about specific checks by category and resource:
| コンストラクタと説明 |
|---|
TrustedAdvisorCheckSummary() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
TrustedAdvisorCategorySpecificSummary |
getCategorySpecificSummary()
Reports the results of a Trusted Advisor check by category.
|
java.lang.String |
getCheckId()
Unique identifier for a Trusted Advisor check.
|
java.lang.Boolean |
getHasFlaggedResources()
Indicates that the Trusted Advisor check returned flagged resources.
|
TrustedAdvisorResourcesSummary |
getResourcesSummary()
JSON-formatted object that lists details about AWS resources that were
analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
|
java.lang.String |
getStatus()
Overall status of the Trusted Advisor check.
|
java.lang.String |
getTimestamp() |
int |
hashCode() |
java.lang.Boolean |
isHasFlaggedResources()
Indicates that the Trusted Advisor check returned flagged resources.
|
void |
setCategorySpecificSummary(TrustedAdvisorCategorySpecificSummary categorySpecificSummary)
Reports the results of a Trusted Advisor check by category.
|
void |
setCheckId(java.lang.String checkId)
Unique identifier for a Trusted Advisor check.
|
void |
setHasFlaggedResources(java.lang.Boolean hasFlaggedResources)
Indicates that the Trusted Advisor check returned flagged resources.
|
void |
setResourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary)
JSON-formatted object that lists details about AWS resources that were
analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
|
void |
setStatus(java.lang.String status)
Overall status of the Trusted Advisor check.
|
void |
setTimestamp(java.lang.String timestamp) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TrustedAdvisorCheckSummary |
withCategorySpecificSummary(TrustedAdvisorCategorySpecificSummary categorySpecificSummary)
Reports the results of a Trusted Advisor check by category.
|
TrustedAdvisorCheckSummary |
withCheckId(java.lang.String checkId)
Unique identifier for a Trusted Advisor check.
|
TrustedAdvisorCheckSummary |
withHasFlaggedResources(java.lang.Boolean hasFlaggedResources)
Indicates that the Trusted Advisor check returned flagged resources.
|
TrustedAdvisorCheckSummary |
withResourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary)
JSON-formatted object that lists details about AWS resources that were
analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
|
TrustedAdvisorCheckSummary |
withStatus(java.lang.String status)
Overall status of the Trusted Advisor check.
|
TrustedAdvisorCheckSummary |
withTimestamp(java.lang.String timestamp)
Returns a reference to this object so that method calls can be chained together.
|
public java.lang.String getCheckId()
public void setCheckId(java.lang.String checkId)
checkId - Unique identifier for a Trusted Advisor check.public TrustedAdvisorCheckSummary withCheckId(java.lang.String checkId)
Returns a reference to this object so that method calls can be chained together.
checkId - Unique identifier for a Trusted Advisor check.public java.lang.String getTimestamp()
public void setTimestamp(java.lang.String timestamp)
timestamp - public TrustedAdvisorCheckSummary withTimestamp(java.lang.String timestamp)
Returns a reference to this object so that method calls can be chained together.
timestamp - public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - Overall status of the Trusted Advisor check.public TrustedAdvisorCheckSummary withStatus(java.lang.String status)
Returns a reference to this object so that method calls can be chained together.
status - Overall status of the Trusted Advisor check.public java.lang.Boolean isHasFlaggedResources()
public void setHasFlaggedResources(java.lang.Boolean hasFlaggedResources)
hasFlaggedResources - Indicates that the Trusted Advisor check returned flagged resources.public TrustedAdvisorCheckSummary withHasFlaggedResources(java.lang.Boolean hasFlaggedResources)
Returns a reference to this object so that method calls can be chained together.
hasFlaggedResources - Indicates that the Trusted Advisor check returned flagged resources.public java.lang.Boolean getHasFlaggedResources()
public TrustedAdvisorResourcesSummary getResourcesSummary()
public void setResourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary)
resourcesSummary - JSON-formatted object that lists details about AWS resources that were
analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.public TrustedAdvisorCheckSummary withResourcesSummary(TrustedAdvisorResourcesSummary resourcesSummary)
Returns a reference to this object so that method calls can be chained together.
resourcesSummary - JSON-formatted object that lists details about AWS resources that were
analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.public TrustedAdvisorCategorySpecificSummary getCategorySpecificSummary()
public void setCategorySpecificSummary(TrustedAdvisorCategorySpecificSummary categorySpecificSummary)
categorySpecificSummary - Reports the results of a Trusted Advisor check by category. Only
Cost Optimizing is currently supported.public TrustedAdvisorCheckSummary withCategorySpecificSummary(TrustedAdvisorCategorySpecificSummary categorySpecificSummary)
Returns a reference to this object so that method calls can be chained together.
categorySpecificSummary - Reports the results of a Trusted Advisor check by category. Only
Cost Optimizing is currently supported.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