@Generated(value="software.amazon.awssdk:codegen") public final class TrustedAdvisorResourcesSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrustedAdvisorResourcesSummary.Builder,TrustedAdvisorResourcesSummary>
Details about Amazon Web Services resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TrustedAdvisorResourcesSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TrustedAdvisorResourcesSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
resourcesFlagged()
The number of Amazon Web Services resources that were flagged (listed) by the Trusted Advisor check.
|
Long |
resourcesIgnored()
The number of Amazon Web Services resources ignored by Trusted Advisor because information was unavailable.
|
Long |
resourcesProcessed()
The number of Amazon Web Services resources that were analyzed by the Trusted Advisor check.
|
Long |
resourcesSuppressed()
The number of Amazon Web Services resources ignored by Trusted Advisor because they were marked as suppressed by
the user.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TrustedAdvisorResourcesSummary.Builder> |
serializableBuilderClass() |
TrustedAdvisorResourcesSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long resourcesProcessed()
The number of Amazon Web Services resources that were analyzed by the Trusted Advisor check.
public final Long resourcesFlagged()
The number of Amazon Web Services resources that were flagged (listed) by the Trusted Advisor check.
public final Long resourcesIgnored()
The number of Amazon Web Services resources ignored by Trusted Advisor because information was unavailable.
public final Long resourcesSuppressed()
The number of Amazon Web Services resources ignored by Trusted Advisor because they were marked as suppressed by the user.
public TrustedAdvisorResourcesSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TrustedAdvisorResourcesSummary.Builder,TrustedAdvisorResourcesSummary>public static TrustedAdvisorResourcesSummary.Builder builder()
public static Class<? extends TrustedAdvisorResourcesSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.