@Generated(value="software.amazon.awssdk:codegen") public final class CreateSlotTypeVersionResponse extends LexModelBuildingResponse implements ToCopyableBuilder<CreateSlotTypeVersionResponse.Builder,CreateSlotTypeVersionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateSlotTypeVersionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateSlotTypeVersionResponse.Builder |
builder() |
String |
checksum()
Checksum of the
$LATEST version of the slot type. |
Instant |
createdDate()
The date that the slot type was created.
|
String |
description()
A description of the slot type.
|
List<EnumerationValue> |
enumerationValues()
A list of
EnumerationValue objects that defines the values that the slot type can take. |
boolean |
equals(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 CreateSlotTypeVersionResponse.Builder> |
serializableBuilderClass() |
CreateSlotTypeVersionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
SlotValueSelectionStrategy |
valueSelectionStrategy()
The strategy that Amazon Lex uses to determine the value of the slot.
|
String |
valueSelectionStrategyAsString()
The strategy that Amazon Lex uses to determine the value of the slot.
|
String |
version()
The version assigned to the new slot type version.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the slot type.
public String description()
A description of the slot type.
public List<EnumerationValue> enumerationValues()
A list of EnumerationValue objects that defines the values that the slot type can take.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
EnumerationValue objects that defines the values that the slot type can take.public Instant lastUpdatedDate()
The date that the slot type was updated. When you create a resource, the creation date and last update date are the same.
public Instant createdDate()
The date that the slot type was created.
public String version()
The version assigned to the new slot type version.
public String checksum()
Checksum of the $LATEST version of the slot type.
$LATEST version of the slot type.public SlotValueSelectionStrategy valueSelectionStrategy()
The strategy that Amazon Lex uses to determine the value of the slot. For more information, see PutSlotType.
If the service returns an enum value that is not available in the current SDK version,
valueSelectionStrategy will return SlotValueSelectionStrategy.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from valueSelectionStrategyAsString().
SlotValueSelectionStrategypublic String valueSelectionStrategyAsString()
The strategy that Amazon Lex uses to determine the value of the slot. For more information, see PutSlotType.
If the service returns an enum value that is not available in the current SDK version,
valueSelectionStrategy will return SlotValueSelectionStrategy.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from valueSelectionStrategyAsString().
SlotValueSelectionStrategypublic CreateSlotTypeVersionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateSlotTypeVersionResponse.Builder,CreateSlotTypeVersionResponse>toBuilder in class AwsResponsepublic static CreateSlotTypeVersionResponse.Builder builder()
public static Class<? extends CreateSlotTypeVersionResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.