Class TrustedAdvisorResourcesSummary
- All Implemented Interfaces:
Serializable, Cloneable
Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe number of AWS resources that were flagged (listed) by the Trusted Advisor check.The number of AWS resources ignored by Trusted Advisor because information was unavailable.The number of AWS resources that were analyzed by the Trusted Advisor check.The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.inthashCode()voidsetResourcesFlagged(Long resourcesFlagged) The number of AWS resources that were flagged (listed) by the Trusted Advisor check.voidsetResourcesIgnored(Long resourcesIgnored) The number of AWS resources ignored by Trusted Advisor because information was unavailable.voidsetResourcesProcessed(Long resourcesProcessed) The number of AWS resources that were analyzed by the Trusted Advisor check.voidsetResourcesSuppressed(Long resourcesSuppressed) The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.toString()Returns a string representation of this object; useful for testing and debugging.withResourcesFlagged(Long resourcesFlagged) The number of AWS resources that were flagged (listed) by the Trusted Advisor check.withResourcesIgnored(Long resourcesIgnored) The number of AWS resources ignored by Trusted Advisor because information was unavailable.withResourcesProcessed(Long resourcesProcessed) The number of AWS resources that were analyzed by the Trusted Advisor check.withResourcesSuppressed(Long resourcesSuppressed) The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
-
Constructor Details
-
TrustedAdvisorResourcesSummary
public TrustedAdvisorResourcesSummary()
-
-
Method Details
-
setResourcesProcessed
The number of AWS resources that were analyzed by the Trusted Advisor check.
- Parameters:
resourcesProcessed- The number of AWS resources that were analyzed by the Trusted Advisor check.
-
getResourcesProcessed
The number of AWS resources that were analyzed by the Trusted Advisor check.
- Returns:
- The number of AWS resources that were analyzed by the Trusted Advisor check.
-
withResourcesProcessed
The number of AWS resources that were analyzed by the Trusted Advisor check.
- Parameters:
resourcesProcessed- The number of AWS resources that were analyzed by the Trusted Advisor check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setResourcesFlagged
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
- Parameters:
resourcesFlagged- The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
-
getResourcesFlagged
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
- Returns:
- The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
-
withResourcesFlagged
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
- Parameters:
resourcesFlagged- The number of AWS resources that were flagged (listed) by the Trusted Advisor check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setResourcesIgnored
The number of AWS resources ignored by Trusted Advisor because information was unavailable.
- Parameters:
resourcesIgnored- The number of AWS resources ignored by Trusted Advisor because information was unavailable.
-
getResourcesIgnored
The number of AWS resources ignored by Trusted Advisor because information was unavailable.
- Returns:
- The number of AWS resources ignored by Trusted Advisor because information was unavailable.
-
withResourcesIgnored
The number of AWS resources ignored by Trusted Advisor because information was unavailable.
- Parameters:
resourcesIgnored- The number of AWS resources ignored by Trusted Advisor because information was unavailable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setResourcesSuppressed
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
- Parameters:
resourcesSuppressed- The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
-
getResourcesSuppressed
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
- Returns:
- The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
-
withResourcesSuppressed
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
- Parameters:
resourcesSuppressed- The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-