@Generated(value="software.amazon.awssdk:codegen") public final class DeleteSlotTypeRequest extends LexModelsV2Request implements ToCopyableBuilder<DeleteSlotTypeRequest.Builder,DeleteSlotTypeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteSlotTypeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
botId()
The identifier of the bot associated with the slot type.
|
String |
botVersion()
The version of the bot associated with the slot type.
|
static DeleteSlotTypeRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
localeId()
The identifier of the language and locale that the slot type will be deleted from.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteSlotTypeRequest.Builder> |
serializableBuilderClass() |
Boolean |
skipResourceInUseCheck()
By default, the
DeleteSlotType operations throws a ResourceInUseException exception if
you try to delete a slot type used by a slot. |
String |
slotTypeId()
The identifier of the slot type to delete.
|
DeleteSlotTypeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String slotTypeId()
The identifier of the slot type to delete.
public final String botId()
The identifier of the bot associated with the slot type.
public final String botVersion()
The version of the bot associated with the slot type.
public final String localeId()
The identifier of the language and locale that the slot type will be deleted from. The string must match one of the supported locales. For more information, see https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html.
public final Boolean skipResourceInUseCheck()
By default, the DeleteSlotType operations throws a ResourceInUseException exception if
you try to delete a slot type used by a slot. Set the skipResourceInUseCheck parameter to
true to skip this check and remove the slot type even if a slot uses it.
DeleteSlotType operations throws a ResourceInUseException
exception if you try to delete a slot type used by a slot. Set the skipResourceInUseCheck
parameter to true to skip this check and remove the slot type even if a slot uses it.public DeleteSlotTypeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteSlotTypeRequest.Builder,DeleteSlotTypeRequest>toBuilder in class LexModelsV2Requestpublic static DeleteSlotTypeRequest.Builder builder()
public static Class<? extends DeleteSlotTypeRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.