@Generated(value="software.amazon.awssdk:codegen") public final class GetSlotTypeResponse extends LexModelBuildingResponse implements ToCopyableBuilder<GetSlotTypeResponse.Builder,GetSlotTypeResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSlotTypeResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetSlotTypeResponse.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 GetSlotTypeResponse.Builder> |
serializableBuilderClass() |
GetSlotTypeResponse.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 of the slot type.
|
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 of the slot type.
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 GetSlotTypeResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSlotTypeResponse.Builder,GetSlotTypeResponse>toBuilder in class AwsResponsepublic static GetSlotTypeResponse.Builder builder()
public static Class<? extends GetSlotTypeResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.