|
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.TrustedAdvisorCheckSummary
public class TrustedAdvisorCheckSummary
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:
| Constructor Summary | |
|---|---|
TrustedAdvisorCheckSummary()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
TrustedAdvisorCategorySpecificSummary |
getCategorySpecificSummary()
Reports the results of a Trusted Advisor check by category. |
String |
getCheckId()
Unique identifier for a Trusted Advisor check. |
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. |
String |
getStatus()
Overall status of the Trusted Advisor check. |
String |
getTimestamp()
|
int |
hashCode()
|
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(String checkId)
Unique identifier for a Trusted Advisor check. |
void |
setHasFlaggedResources(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(String status)
Overall status of the Trusted Advisor check. |
void |
setTimestamp(String timestamp)
|
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(String checkId)
Unique identifier for a Trusted Advisor check. |
TrustedAdvisorCheckSummary |
withHasFlaggedResources(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(String status)
Overall status of the Trusted Advisor check. |
TrustedAdvisorCheckSummary |
withTimestamp(String timestamp)
Returns a reference to this object so that method calls can be chained together. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TrustedAdvisorCheckSummary()
| Method Detail |
|---|
public String getCheckId()
public void setCheckId(String checkId)
checkId - Unique identifier for a Trusted Advisor check.public TrustedAdvisorCheckSummary withCheckId(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 String getTimestamp()
public void setTimestamp(String timestamp)
timestamp - public TrustedAdvisorCheckSummary withTimestamp(String timestamp)
Returns a reference to this object so that method calls can be chained together.
timestamp - public String getStatus()
public void setStatus(String status)
status - Overall status of the Trusted Advisor check.public TrustedAdvisorCheckSummary withStatus(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 Boolean isHasFlaggedResources()
public void setHasFlaggedResources(Boolean hasFlaggedResources)
hasFlaggedResources - Indicates that the Trusted Advisor check returned flagged resources.public TrustedAdvisorCheckSummary withHasFlaggedResources(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 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 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 | ||||||