@Generated(value="software.amazon.awssdk:codegen") public final class DescribeCreateCaseOptionsRequest extends SupportRequest implements ToCopyableBuilder<DescribeCreateCaseOptionsRequest.Builder,DescribeCreateCaseOptionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeCreateCaseOptionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeCreateCaseOptionsRequest.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.
|
String |
language()
The language in which Amazon Web Services Support handles the case.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeCreateCaseOptionsRequest.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The code for the Amazon Web Services service.
|
DescribeCreateCaseOptionsRequest.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. If you
don't specify a value, the default is technical.
customer-service or technical.
If you don't specify a value, the default is 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 language()
The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently
supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code
for the language parameter if you want support in that language.
language parameter if you want support in that language.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 DescribeCreateCaseOptionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeCreateCaseOptionsRequest.Builder,DescribeCreateCaseOptionsRequest>toBuilder in class SupportRequestpublic static DescribeCreateCaseOptionsRequest.Builder builder()
public static Class<? extends DescribeCreateCaseOptionsRequest.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.