|
||||||||||
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
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()
The number of AWS resources that were flagged (listed) by the Trusted Advisor check. |
Long |
getResourcesIgnored()
The number of AWS resources ignored by Trusted Advisor because information was unavailable. |
Long |
getResourcesProcessed()
The number of AWS resources that were analyzed by the Trusted Advisor check. |
Long |
getResourcesSuppressed()
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user. |
int |
hashCode()
|
void |
setResourcesFlagged(Long resourcesFlagged)
The number of AWS resources that were flagged (listed) by the Trusted Advisor check. |
void |
setResourcesIgnored(Long resourcesIgnored)
The number of AWS resources ignored by Trusted Advisor because information was unavailable. |
void |
setResourcesProcessed(Long resourcesProcessed)
The number of AWS resources that were analyzed by the Trusted Advisor check. |
void |
setResourcesSuppressed(Long resourcesSuppressed)
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
TrustedAdvisorResourcesSummary |
withResourcesFlagged(Long resourcesFlagged)
The number of AWS resources that were flagged (listed) by the Trusted Advisor check. |
TrustedAdvisorResourcesSummary |
withResourcesIgnored(Long resourcesIgnored)
The number of AWS resources ignored by Trusted Advisor because information was unavailable. |
TrustedAdvisorResourcesSummary |
withResourcesProcessed(Long resourcesProcessed)
The number of AWS resources that were analyzed by the Trusted Advisor check. |
TrustedAdvisorResourcesSummary |
withResourcesSuppressed(Long resourcesSuppressed)
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TrustedAdvisorResourcesSummary()
Method Detail |
---|
public Long getResourcesProcessed()
public void setResourcesProcessed(Long resourcesProcessed)
resourcesProcessed
- The number of AWS resources that were analyzed by the Trusted Advisor
check.public TrustedAdvisorResourcesSummary withResourcesProcessed(Long resourcesProcessed)
Returns a reference to this object so that method calls can be chained together.
resourcesProcessed
- The number of AWS resources that were analyzed by the Trusted Advisor
check.
public Long getResourcesFlagged()
public void setResourcesFlagged(Long resourcesFlagged)
resourcesFlagged
- The number of AWS resources that were flagged (listed) by the Trusted
Advisor check.public TrustedAdvisorResourcesSummary withResourcesFlagged(Long resourcesFlagged)
Returns a reference to this object so that method calls can be chained together.
resourcesFlagged
- The number of AWS resources that were flagged (listed) by the Trusted
Advisor check.
public Long getResourcesIgnored()
public void setResourcesIgnored(Long resourcesIgnored)
resourcesIgnored
- The number of AWS resources ignored by Trusted Advisor because
information was unavailable.public TrustedAdvisorResourcesSummary withResourcesIgnored(Long resourcesIgnored)
Returns a reference to this object so that method calls can be chained together.
resourcesIgnored
- The number of AWS resources ignored by Trusted Advisor because
information was unavailable.
public Long getResourcesSuppressed()
public void setResourcesSuppressed(Long resourcesSuppressed)
resourcesSuppressed
- The number of AWS resources ignored by Trusted Advisor because they
were marked as suppressed by the user.public TrustedAdvisorResourcesSummary withResourcesSuppressed(Long resourcesSuppressed)
Returns a reference to this object so that method calls can be chained together.
resourcesSuppressed
- The number of AWS resources ignored by Trusted Advisor because they
were marked as suppressed by the user.
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 |