Class RecommendationResourcesAggregates
- java.lang.Object
-
- software.amazon.awssdk.services.trustedadvisor.model.RecommendationResourcesAggregates
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RecommendationResourcesAggregates.Builder,RecommendationResourcesAggregates>
@Generated("software.amazon.awssdk:codegen") public final class RecommendationResourcesAggregates extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecommendationResourcesAggregates.Builder,RecommendationResourcesAggregates>
Aggregation of Recommendation Resources
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRecommendationResourcesAggregates.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecommendationResourcesAggregates.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)LongerrorCount()The number of AWS resources that were flagged to have errors according to the Trusted Advisor check<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongokCount()The number of AWS resources that were flagged to be OK according to the Trusted Advisor checkList<SdkField<?>>sdkFields()static Class<? extends RecommendationResourcesAggregates.Builder>serializableBuilderClass()RecommendationResourcesAggregates.BuildertoBuilder()StringtoString()Returns a string representation of this object.LongwarningCount()The number of AWS resources that were flagged to have warning according to the Trusted Advisor check-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
errorCount
public final Long errorCount()
The number of AWS resources that were flagged to have errors according to the Trusted Advisor check
- Returns:
- The number of AWS resources that were flagged to have errors according to the Trusted Advisor check
-
okCount
public final Long okCount()
The number of AWS resources that were flagged to be OK according to the Trusted Advisor check
- Returns:
- The number of AWS resources that were flagged to be OK according to the Trusted Advisor check
-
warningCount
public final Long warningCount()
The number of AWS resources that were flagged to have warning according to the Trusted Advisor check
- Returns:
- The number of AWS resources that were flagged to have warning according to the Trusted Advisor check
-
toBuilder
public RecommendationResourcesAggregates.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RecommendationResourcesAggregates.Builder,RecommendationResourcesAggregates>
-
builder
public static RecommendationResourcesAggregates.Builder builder()
-
serializableBuilderClass
public static Class<? extends RecommendationResourcesAggregates.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-