@Generated(value="software.amazon.awssdk:codegen") public final class DescribeTrustedAdvisorChecksRequest extends SupportRequest implements ToCopyableBuilder<DescribeTrustedAdvisorChecksRequest.Builder,DescribeTrustedAdvisorChecksRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeTrustedAdvisorChecksRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeTrustedAdvisorChecksRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
language()
The ISO 639-1 code for the language that you want your checks to appear in.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeTrustedAdvisorChecksRequest.Builder> |
serializableBuilderClass() |
DescribeTrustedAdvisorChecksRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String language()
The ISO 639-1 code for the language that you want your checks to appear in.
The Amazon Web Services Support API currently supports the following languages for Trusted Advisor:
Chinese, Simplified - zh
Chinese, Traditional - zh_TW
English - en
French - fr
German - de
Indonesian - id
Italian - it
Japanese - ja
Korean - ko
Portuguese, Brazilian - pt_BR
Spanish - es
The Amazon Web Services Support API currently supports the following languages for Trusted Advisor:
Chinese, Simplified - zh
Chinese, Traditional - zh_TW
English - en
French - fr
German - de
Indonesian - id
Italian - it
Japanese - ja
Korean - ko
Portuguese, Brazilian - pt_BR
Spanish - es
public DescribeTrustedAdvisorChecksRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeTrustedAdvisorChecksRequest.Builder,DescribeTrustedAdvisorChecksRequest>toBuilder in class SupportRequestpublic static DescribeTrustedAdvisorChecksRequest.Builder builder()
public static Class<? extends DescribeTrustedAdvisorChecksRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.