@Generated(value="software.amazon.awssdk:codegen") public final class DescribeSupportedLanguagesRequest extends SupportRequest implements ToCopyableBuilder<DescribeSupportedLanguagesRequest.Builder,DescribeSupportedLanguagesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeSupportedLanguagesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeSupportedLanguagesRequest.Builder |
builder() |
String |
categoryCode()
The category of problem for the support case.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
issueType()
The type of issue for the case.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeSupportedLanguagesRequest.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The code for the Amazon Web Services service.
|
DescribeSupportedLanguagesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String issueType()
The type of issue for the case. You can specify customer-service or technical.
customer-service or technical.public final String serviceCode()
The code for the Amazon Web Services service. You can use the DescribeServices operation to get the
possible serviceCode values.
serviceCode values.public final String categoryCode()
The category of problem for the support case. You also use the DescribeServices operation to get the category code for a service. Each Amazon Web Services service defines its own set of category codes.
public DescribeSupportedLanguagesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeSupportedLanguagesRequest.Builder,DescribeSupportedLanguagesRequest>toBuilder in class SupportRequestpublic static DescribeSupportedLanguagesRequest.Builder builder()
public static Class<? extends DescribeSupportedLanguagesRequest.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.