@Generated(value="software.amazon.awssdk:codegen") public final class SlotTypeSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SlotTypeSummary.Builder,SlotTypeSummary>
Provides summary information about a slot type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SlotTypeSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SlotTypeSummary.Builder |
builder() |
String |
description()
The description of the slot type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
A timestamp of the date and time that the slot type was last updated.
|
String |
parentSlotTypeSignature()
If the slot type is derived from a built-on slot type, the name of the parent slot type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SlotTypeSummary.Builder> |
serializableBuilderClass() |
String |
slotTypeId()
The unique identifier assigned to the slot type.
|
String |
slotTypeName()
The name of the slot type.
|
SlotTypeSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String slotTypeId()
The unique identifier assigned to the slot type.
public final String slotTypeName()
The name of the slot type.
public final String description()
The description of the slot type.
public final String parentSlotTypeSignature()
If the slot type is derived from a built-on slot type, the name of the parent slot type.
public final Instant lastUpdatedDateTime()
A timestamp of the date and time that the slot type was last updated.
public SlotTypeSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SlotTypeSummary.Builder,SlotTypeSummary>public static SlotTypeSummary.Builder builder()
public static Class<? extends SlotTypeSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.