@Generated(value="software.amazon.awssdk:codegen") public final class LexBot extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LexBot.Builder,LexBot>
Configuration information of an Amazon Lex bot.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LexBot.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LexBot.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lexRegion()
The Amazon Web Services Region where the Amazon Lex bot was created.
|
String |
name()
The name of the Amazon Lex bot.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LexBot.Builder> |
serializableBuilderClass() |
LexBot.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the Amazon Lex bot.
public final String lexRegion()
The Amazon Web Services Region where the Amazon Lex bot was created.
public LexBot.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LexBot.Builder,LexBot>public static LexBot.Builder builder()
public static Class<? extends LexBot.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.