@Generated(value="software.amazon.awssdk:codegen") public final class Category extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Category.Builder,Category>
A JSON-formatted name/value pair that represents the category name and category code of the problem, selected from the DescribeServices response for each Amazon Web Services service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Category.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Category.Builder |
builder() |
String |
code()
The category code for the support case.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The category name for the support case.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Category.Builder> |
serializableBuilderClass() |
Category.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String code()
The category code for the support case.
public final String name()
The category name for the support case.
public Category.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Category.Builder,Category>public static Category.Builder builder()
public static Class<? extends Category.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.