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 Region the Amazon Lex bot was created in.
|
java.lang.String |
getName()
The name of the Amazon Lex bot.
|
int |
hashCode() |
void |
setLexRegion(java.lang.String lexRegion)
The Region the Amazon Lex bot was created in.
|
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 Region the Amazon Lex bot was created in.
|
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 Region the Amazon Lex bot was created in.
Constraints:
Length: - 60
The Region the Amazon Lex bot was created in.
public void setLexRegion(java.lang.String lexRegion)
The Region the Amazon Lex bot was created in.
Constraints:
Length: - 60
lexRegion
- The Region the Amazon Lex bot was created in.
public LexBot withLexRegion(java.lang.String lexRegion)
The Region the Amazon Lex bot was created in.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 60
lexRegion
- The Region the Amazon Lex bot was created in.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.