Class BotAliasLocaleSettings
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.BotAliasLocaleSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BotAliasLocaleSettings.Builder,BotAliasLocaleSettings>
@Generated("software.amazon.awssdk:codegen") public final class BotAliasLocaleSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BotAliasLocaleSettings.Builder,BotAliasLocaleSettings>
Specifies settings that are unique to a locale. For example, you can use different Lambda function depending on the bot's locale.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBotAliasLocaleSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BotAliasLocaleSettings.Builderbuilder()CodeHookSpecificationcodeHookSpecification()Specifies the Lambda function that should be used in the locale.Booleanenabled()Determines whether the locale is enabled for the bot.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends BotAliasLocaleSettings.Builder>serializableBuilderClass()BotAliasLocaleSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
enabled
public final Boolean enabled()
Determines whether the locale is enabled for the bot. If the value is
false, the locale isn't available for use.- Returns:
- Determines whether the locale is enabled for the bot. If the value is
false, the locale isn't available for use.
-
codeHookSpecification
public final CodeHookSpecification codeHookSpecification()
Specifies the Lambda function that should be used in the locale.
- Returns:
- Specifies the Lambda function that should be used in the locale.
-
toBuilder
public BotAliasLocaleSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BotAliasLocaleSettings.Builder,BotAliasLocaleSettings>
-
builder
public static BotAliasLocaleSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends BotAliasLocaleSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-