@Generated(value="software.amazon.awssdk:codegen") public class Category extends Object implements software.amazon.awssdk.core.protocol.StructuredPojo, software.amazon.awssdk.utils.builder.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 AWS 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller) |
String |
name()
The category name for the support case.
|
static Class<? extends Category.Builder> |
serializableBuilderClass() |
Category.Builder |
toBuilder() |
String |
toString() |
public String code()
The category code for the support case.
public String name()
The category name for the support case.
public Category.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<Category.Builder,Category>public static Category.Builder builder()
public static Class<? extends Category.Builder> serializableBuilderClass()
public void marshall(software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
marshall in interface software.amazon.awssdk.core.protocol.StructuredPojoCopyright © 2018. All rights reserved.