Class ListChecksRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.trustedadvisor.model.TrustedAdvisorRequest
-
- software.amazon.awssdk.services.trustedadvisor.model.ListChecksRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListChecksRequest.Builder,ListChecksRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListChecksRequest extends TrustedAdvisorRequest implements ToCopyableBuilder<ListChecksRequest.Builder,ListChecksRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListChecksRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringawsService()The aws service associated with the checkstatic ListChecksRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()RecommendationLanguagelanguage()The ISO 639-1 code for the language that you want your checks to appear in.StringlanguageAsString()The ISO 639-1 code for the language that you want your checks to appear in.IntegermaxResults()The maximum number of results to return per page.StringnextToken()The token for the next set of results.RecommendationPillarpillar()The pillar of the checkStringpillarAsString()The pillar of the checkList<SdkField<?>>sdkFields()static Class<? extends ListChecksRequest.Builder>serializableBuilderClass()RecommendationSourcesource()The source of the checkStringsourceAsString()The source of the checkListChecksRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
awsService
public final String awsService()
The aws service associated with the check
- Returns:
- The aws service associated with the check
-
language
public final RecommendationLanguage language()
The ISO 639-1 code for the language that you want your checks to appear in.
If the service returns an enum value that is not available in the current SDK version,
languagewill returnRecommendationLanguage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlanguageAsString().- Returns:
- The ISO 639-1 code for the language that you want your checks to appear in.
- See Also:
RecommendationLanguage
-
languageAsString
public final String languageAsString()
The ISO 639-1 code for the language that you want your checks to appear in.
If the service returns an enum value that is not available in the current SDK version,
languagewill returnRecommendationLanguage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlanguageAsString().- Returns:
- The ISO 639-1 code for the language that you want your checks to appear in.
- See Also:
RecommendationLanguage
-
maxResults
public final Integer maxResults()
The maximum number of results to return per page.
- Returns:
- The maximum number of results to return per page.
-
nextToken
public final String nextToken()
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
- Returns:
- The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
-
pillar
public final RecommendationPillar pillar()
The pillar of the check
If the service returns an enum value that is not available in the current SDK version,
pillarwill returnRecommendationPillar.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompillarAsString().- Returns:
- The pillar of the check
- See Also:
RecommendationPillar
-
pillarAsString
public final String pillarAsString()
The pillar of the check
If the service returns an enum value that is not available in the current SDK version,
pillarwill returnRecommendationPillar.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompillarAsString().- Returns:
- The pillar of the check
- See Also:
RecommendationPillar
-
source
public final RecommendationSource source()
The source of the check
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 check
- See Also:
RecommendationSource
-
sourceAsString
public final String sourceAsString()
The source of the check
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 check
- See Also:
RecommendationSource
-
toBuilder
public ListChecksRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListChecksRequest.Builder,ListChecksRequest>- Specified by:
toBuilderin classTrustedAdvisorRequest
-
builder
public static ListChecksRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListChecksRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-