@Generated(value="software.amazon.awssdk:codegen") public final class DescribeTrustedAdvisorCheckResultRequest extends SupportRequest implements ToCopyableBuilder<DescribeTrustedAdvisorCheckResultRequest.Builder,DescribeTrustedAdvisorCheckResultRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeTrustedAdvisorCheckResultRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeTrustedAdvisorCheckResultRequest.Builder |
builder() |
String |
checkId()
The unique identifier for the Trusted Advisor check.
|
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 check results to appear in.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeTrustedAdvisorCheckResultRequest.Builder> |
serializableBuilderClass() |
DescribeTrustedAdvisorCheckResultRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String checkId()
The unique identifier for the Trusted Advisor check.
public final String language()
The ISO 639-1 code for the language that you want your check results 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 DescribeTrustedAdvisorCheckResultRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeTrustedAdvisorCheckResultRequest.Builder,DescribeTrustedAdvisorCheckResultRequest>toBuilder in class SupportRequestpublic static DescribeTrustedAdvisorCheckResultRequest.Builder builder()
public static Class<? extends DescribeTrustedAdvisorCheckResultRequest.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.