public class TrustedAdvisorResourcesSummary
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
resourcesFlagged
The number of AWS resources that were flagged (listed) by the Trusted
Advisor check.
|
private java.lang.Long |
resourcesIgnored
The number of AWS resources ignored by Trusted Advisor because
information was unavailable.
|
private java.lang.Long |
resourcesProcessed
The number of AWS resources that were analyzed by the Trusted Advisor
check.
|
private java.lang.Long |
resourcesSuppressed
The number of AWS resources ignored by Trusted Advisor because they were
marked as suppressed by the user.
|
Constructor and Description |
---|
TrustedAdvisorResourcesSummary() |
Modifier and Type | Method and Description |
---|---|
TrustedAdvisorResourcesSummary |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getResourcesFlagged()
The number of AWS resources that were flagged (listed) by the Trusted
Advisor check.
|
java.lang.Long |
getResourcesIgnored()
The number of AWS resources ignored by Trusted Advisor because
information was unavailable.
|
java.lang.Long |
getResourcesProcessed()
The number of AWS resources that were analyzed by the Trusted Advisor
check.
|
java.lang.Long |
getResourcesSuppressed()
The number of AWS resources ignored by Trusted Advisor because they were
marked as suppressed by the user.
|
int |
hashCode() |
void |
setResourcesFlagged(java.lang.Long resourcesFlagged)
The number of AWS resources that were flagged (listed) by the Trusted
Advisor check.
|
void |
setResourcesIgnored(java.lang.Long resourcesIgnored)
The number of AWS resources ignored by Trusted Advisor because
information was unavailable.
|
void |
setResourcesProcessed(java.lang.Long resourcesProcessed)
The number of AWS resources that were analyzed by the Trusted Advisor
check.
|
void |
setResourcesSuppressed(java.lang.Long resourcesSuppressed)
The number of AWS resources ignored by Trusted Advisor because they were
marked as suppressed by the user.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TrustedAdvisorResourcesSummary |
withResourcesFlagged(java.lang.Long resourcesFlagged)
The number of AWS resources that were flagged (listed) by the Trusted
Advisor check.
|
TrustedAdvisorResourcesSummary |
withResourcesIgnored(java.lang.Long resourcesIgnored)
The number of AWS resources ignored by Trusted Advisor because
information was unavailable.
|
TrustedAdvisorResourcesSummary |
withResourcesProcessed(java.lang.Long resourcesProcessed)
The number of AWS resources that were analyzed by the Trusted Advisor
check.
|
TrustedAdvisorResourcesSummary |
withResourcesSuppressed(java.lang.Long resourcesSuppressed)
The number of AWS resources ignored by Trusted Advisor because they were
marked as suppressed by the user.
|
private java.lang.Long resourcesProcessed
The number of AWS resources that were analyzed by the Trusted Advisor check.
private java.lang.Long resourcesFlagged
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
private java.lang.Long resourcesIgnored
The number of AWS resources ignored by Trusted Advisor because information was unavailable.
private java.lang.Long resourcesSuppressed
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
public void setResourcesProcessed(java.lang.Long resourcesProcessed)
The number of AWS resources that were analyzed by the Trusted Advisor check.
resourcesProcessed
- The number of AWS resources that were analyzed by the Trusted
Advisor check.public java.lang.Long getResourcesProcessed()
The number of AWS resources that were analyzed by the Trusted Advisor check.
public TrustedAdvisorResourcesSummary withResourcesProcessed(java.lang.Long resourcesProcessed)
The number of AWS resources that were analyzed by the Trusted Advisor check.
resourcesProcessed
- The number of AWS resources that were analyzed by the Trusted
Advisor check.public void setResourcesFlagged(java.lang.Long resourcesFlagged)
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
resourcesFlagged
- The number of AWS resources that were flagged (listed) by the
Trusted Advisor check.public java.lang.Long getResourcesFlagged()
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
public TrustedAdvisorResourcesSummary withResourcesFlagged(java.lang.Long resourcesFlagged)
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
resourcesFlagged
- The number of AWS resources that were flagged (listed) by the
Trusted Advisor check.public void setResourcesIgnored(java.lang.Long resourcesIgnored)
The number of AWS resources ignored by Trusted Advisor because information was unavailable.
resourcesIgnored
- The number of AWS resources ignored by Trusted Advisor because
information was unavailable.public java.lang.Long getResourcesIgnored()
The number of AWS resources ignored by Trusted Advisor because information was unavailable.
public TrustedAdvisorResourcesSummary withResourcesIgnored(java.lang.Long resourcesIgnored)
The number of AWS resources ignored by Trusted Advisor because information was unavailable.
resourcesIgnored
- The number of AWS resources ignored by Trusted Advisor because
information was unavailable.public void setResourcesSuppressed(java.lang.Long resourcesSuppressed)
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
resourcesSuppressed
- The number of AWS resources ignored by Trusted Advisor because
they were marked as suppressed by the user.public java.lang.Long getResourcesSuppressed()
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
public TrustedAdvisorResourcesSummary withResourcesSuppressed(java.lang.Long resourcesSuppressed)
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
resourcesSuppressed
- The number of AWS resources ignored by Trusted Advisor because
they were marked as suppressed by the user.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public TrustedAdvisorResourcesSummary clone()
clone
in class java.lang.Object