@Generated(value="software.amazon.awssdk:codegen") public final class SlotTypeMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SlotTypeMetadata.Builder,SlotTypeMetadata>
Provides information about a slot type..
| Modifier and Type | Class and Description |
|---|---|
static interface |
SlotTypeMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SlotTypeMetadata.Builder |
builder() |
Instant |
createdDate()
The date that the slot type was created.
|
String |
description()
A 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 |
lastUpdatedDate()
The date that the slot type was updated.
|
String |
name()
The name of the slot type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SlotTypeMetadata.Builder> |
serializableBuilderClass() |
SlotTypeMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The version of the slot type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the slot type.
public final String description()
A description of the slot type.
public final Instant lastUpdatedDate()
The date that the slot type was updated. When you create a resource, the creation date and last updated date are the same.
public final Instant createdDate()
The date that the slot type was created.
public final String version()
The version of the slot type.
public SlotTypeMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SlotTypeMetadata.Builder,SlotTypeMetadata>public static SlotTypeMetadata.Builder builder()
public static Class<? extends SlotTypeMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.