StructuredPojo
, ToCopyableBuilder<TrustedAdvisorResourcesSummary.Builder,TrustedAdvisorResourcesSummary>
@Generated("software.amazon.awssdk:codegen") public class TrustedAdvisorResourcesSummary extends Object implements StructuredPojo, ToCopyableBuilder<TrustedAdvisorResourcesSummary.Builder,TrustedAdvisorResourcesSummary>
Details about AWS resources that were analyzed in a call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TrustedAdvisorResourcesSummary.Builder |
Modifier and Type | Method | Description |
---|---|---|
static TrustedAdvisorResourcesSummary.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
Long |
resourcesFlagged() |
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
|
Long |
resourcesIgnored() |
The number of AWS resources ignored by Trusted Advisor because information was unavailable.
|
Long |
resourcesProcessed() |
The number of AWS resources that were analyzed by the Trusted Advisor check.
|
Long |
resourcesSuppressed() |
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
|
static Class<? extends TrustedAdvisorResourcesSummary.Builder> |
serializableBuilderClass() |
|
TrustedAdvisorResourcesSummary.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Long resourcesProcessed()
The number of AWS resources that were analyzed by the Trusted Advisor check.
public Long resourcesFlagged()
The number of AWS resources that were flagged (listed) by the Trusted Advisor check.
public Long resourcesIgnored()
The number of AWS resources ignored by Trusted Advisor because information was unavailable.
public Long resourcesSuppressed()
The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user.
public TrustedAdvisorResourcesSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TrustedAdvisorResourcesSummary.Builder,TrustedAdvisorResourcesSummary>
public static TrustedAdvisorResourcesSummary.Builder builder()
public static Class<? extends TrustedAdvisorResourcesSummary.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.