|
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.TrustedAdvisorResourcesSummary
public class TrustedAdvisorResourcesSummary
JSON-formatted object that lists details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
Constructor Summary | |
---|---|
TrustedAdvisorResourcesSummary()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Long |
getResourcesFlagged()
Reports the number of AWS resources that were flagged in your Trusted Advisor check. |
Long |
getResourcesIgnored()
Indicates the number of resources ignored by Trusted Advisor due to unavailability of information. |
Long |
getResourcesProcessed()
Reports the number of AWS resources that were analyzed in your Trusted Advisor check. |
Long |
getResourcesSuppressed()
Indicates whether the specified AWS resource has had its participation in Trusted Advisor checks suppressed. |
int |
hashCode()
|
void |
setResourcesFlagged(Long resourcesFlagged)
Reports the number of AWS resources that were flagged in your Trusted Advisor check. |
void |
setResourcesIgnored(Long resourcesIgnored)
Indicates the number of resources ignored by Trusted Advisor due to unavailability of information. |
void |
setResourcesProcessed(Long resourcesProcessed)
Reports the number of AWS resources that were analyzed in your Trusted Advisor check. |
void |
setResourcesSuppressed(Long resourcesSuppressed)
Indicates whether the specified AWS resource has had its participation in Trusted Advisor checks suppressed. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
TrustedAdvisorResourcesSummary |
withResourcesFlagged(Long resourcesFlagged)
Reports the number of AWS resources that were flagged in your Trusted Advisor check. |
TrustedAdvisorResourcesSummary |
withResourcesIgnored(Long resourcesIgnored)
Indicates the number of resources ignored by Trusted Advisor due to unavailability of information. |
TrustedAdvisorResourcesSummary |
withResourcesProcessed(Long resourcesProcessed)
Reports the number of AWS resources that were analyzed in your Trusted Advisor check. |
TrustedAdvisorResourcesSummary |
withResourcesSuppressed(Long resourcesSuppressed)
Indicates whether the specified AWS resource has had its participation in Trusted Advisor checks suppressed. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TrustedAdvisorResourcesSummary()
Method Detail |
---|
public Long getResourcesProcessed()
public void setResourcesProcessed(Long resourcesProcessed)
resourcesProcessed
- Reports the number of AWS resources that were analyzed in your Trusted
Advisor check.public TrustedAdvisorResourcesSummary withResourcesProcessed(Long resourcesProcessed)
Returns a reference to this object so that method calls can be chained together.
resourcesProcessed
- Reports the number of AWS resources that were analyzed in your Trusted
Advisor check.
public Long getResourcesFlagged()
public void setResourcesFlagged(Long resourcesFlagged)
resourcesFlagged
- Reports the number of AWS resources that were flagged in your Trusted
Advisor check.public TrustedAdvisorResourcesSummary withResourcesFlagged(Long resourcesFlagged)
Returns a reference to this object so that method calls can be chained together.
resourcesFlagged
- Reports the number of AWS resources that were flagged in your Trusted
Advisor check.
public Long getResourcesIgnored()
public void setResourcesIgnored(Long resourcesIgnored)
resourcesIgnored
- Indicates the number of resources ignored by Trusted Advisor due to
unavailability of information.public TrustedAdvisorResourcesSummary withResourcesIgnored(Long resourcesIgnored)
Returns a reference to this object so that method calls can be chained together.
resourcesIgnored
- Indicates the number of resources ignored by Trusted Advisor due to
unavailability of information.
public Long getResourcesSuppressed()
public void setResourcesSuppressed(Long resourcesSuppressed)
resourcesSuppressed
- Indicates whether the specified AWS resource has had its participation
in Trusted Advisor checks suppressed.public TrustedAdvisorResourcesSummary withResourcesSuppressed(Long resourcesSuppressed)
Returns a reference to this object so that method calls can be chained together.
resourcesSuppressed
- Indicates whether the specified AWS resource has had its participation
in Trusted Advisor checks suppressed.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |