public class LexBot
extends java.lang.Object
implements java.io.Serializable
Configuration information of an Amazon Lex bot.
| Constructor and Description |
|---|
LexBot() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLexRegion()
The Amazon Web Services Region where the Amazon Lex bot was created.
|
java.lang.String |
getName()
The name of the Amazon Lex bot.
|
int |
hashCode() |
void |
setLexRegion(java.lang.String lexRegion)
The Amazon Web Services Region where the Amazon Lex bot was created.
|
void |
setName(java.lang.String name)
The name of the Amazon Lex bot.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
LexBot |
withLexRegion(java.lang.String lexRegion)
The Amazon Web Services Region where the Amazon Lex bot was created.
|
LexBot |
withName(java.lang.String name)
The name of the Amazon Lex bot.
|
public java.lang.String getName()
The name of the Amazon Lex bot.
Constraints:
Length: - 50
The name of the Amazon Lex bot.
public void setName(java.lang.String name)
The name of the Amazon Lex bot.
Constraints:
Length: - 50
name - The name of the Amazon Lex bot.
public LexBot withName(java.lang.String name)
The name of the Amazon Lex bot.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 50
name - The name of the Amazon Lex bot.
public java.lang.String getLexRegion()
The Amazon Web Services Region where the Amazon Lex bot was created.
Constraints:
Length: - 60
The Amazon Web Services Region where the Amazon Lex bot was created.
public void setLexRegion(java.lang.String lexRegion)
The Amazon Web Services Region where the Amazon Lex bot was created.
Constraints:
Length: - 60
lexRegion - The Amazon Web Services Region where the Amazon Lex bot was created.
public LexBot withLexRegion(java.lang.String lexRegion)
The Amazon Web Services Region where the Amazon Lex bot was created.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 60
lexRegion - The Amazon Web Services Region where the Amazon Lex bot was created.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object