Class CheckSummary
- java.lang.Object
-
- software.amazon.awssdk.services.trustedadvisor.model.CheckSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CheckSummary.Builder,CheckSummary>
@Generated("software.amazon.awssdk:codegen") public final class CheckSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CheckSummary.Builder,CheckSummary>
A summary of an AWS Trusted Advisor Check
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCheckSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of the AWS Trusted Advisor CheckList<String>awsServices()The AWS Services that the Check applies tostatic CheckSummary.Builderbuilder()Stringdescription()A description of what the AWS Trusted Advisor Check is monitoringbooleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasAwsServices()For responses, this returns true if the service returned a value for the AwsServices property.inthashCode()booleanhasMetadata()For responses, this returns true if the service returned a value for the Metadata property.booleanhasPillars()For responses, this returns true if the service returned a value for the Pillars property.Stringid()The unique identifier of the AWS Trusted Advisor CheckMap<String,String>metadata()The column headings for the metadata returned in the resourceStringname()The name of the AWS Trusted Advisor CheckList<RecommendationPillar>pillars()The Recommendation pillars that the AWS Trusted Advisor Check falls underList<String>pillarsAsStrings()The Recommendation pillars that the AWS Trusted Advisor Check falls underList<SdkField<?>>sdkFields()static Class<? extends CheckSummary.Builder>serializableBuilderClass()RecommendationSourcesource()The source of the RecommendationStringsourceAsString()The source of the RecommendationCheckSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
arn
public final String arn()
The ARN of the AWS Trusted Advisor Check
- Returns:
- The ARN of the AWS Trusted Advisor Check
-
hasAwsServices
public final boolean hasAwsServices()
For responses, this returns true if the service returned a value for the AwsServices property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
awsServices
public final List<String> awsServices()
The AWS Services that the Check applies to
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasAwsServices()method.- Returns:
- The AWS Services that the Check applies to
-
description
public final String description()
A description of what the AWS Trusted Advisor Check is monitoring
- Returns:
- A description of what the AWS Trusted Advisor Check is monitoring
-
id
public final String id()
The unique identifier of the AWS Trusted Advisor Check
- Returns:
- The unique identifier of the AWS Trusted Advisor Check
-
hasMetadata
public final boolean hasMetadata()
For responses, this returns true if the service returned a value for the Metadata property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
metadata
public final Map<String,String> metadata()
The column headings for the metadata returned in the resource
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasMetadata()method.- Returns:
- The column headings for the metadata returned in the resource
-
name
public final String name()
The name of the AWS Trusted Advisor Check
- Returns:
- The name of the AWS Trusted Advisor Check
-
pillars
public final List<RecommendationPillar> pillars()
The Recommendation pillars that the AWS Trusted Advisor Check falls under
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasPillars()method.- Returns:
- The Recommendation pillars that the AWS Trusted Advisor Check falls under
-
hasPillars
public final boolean hasPillars()
For responses, this returns true if the service returned a value for the Pillars property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
pillarsAsStrings
public final List<String> pillarsAsStrings()
The Recommendation pillars that the AWS Trusted Advisor Check falls under
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasPillars()method.- Returns:
- The Recommendation pillars that the AWS Trusted Advisor Check falls under
-
source
public final RecommendationSource source()
The source of the Recommendation
If the service returns an enum value that is not available in the current SDK version,
sourcewill returnRecommendationSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourceAsString().- Returns:
- The source of the Recommendation
- See Also:
RecommendationSource
-
sourceAsString
public final String sourceAsString()
The source of the Recommendation
If the service returns an enum value that is not available in the current SDK version,
sourcewill returnRecommendationSource.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourceAsString().- Returns:
- The source of the Recommendation
- See Also:
RecommendationSource
-
toBuilder
public CheckSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CheckSummary.Builder,CheckSummary>
-
builder
public static CheckSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends CheckSummary.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.
-
-