@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LexBot extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information of an Amazon Lex bot.
Constructor and Description |
---|
LexBot() |
Modifier and Type | Method and Description |
---|---|
LexBot |
clone() |
boolean |
equals(Object obj) |
String |
getLexRegion()
The Amazon Web Services Region where the Amazon Lex bot was created.
|
String |
getName()
The name of the Amazon Lex bot.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLexRegion(String lexRegion)
The Amazon Web Services Region where the Amazon Lex bot was created.
|
void |
setName(String name)
The name of the Amazon Lex bot.
|
String |
toString()
Returns a string representation of this object.
|
LexBot |
withLexRegion(String lexRegion)
The Amazon Web Services Region where the Amazon Lex bot was created.
|
LexBot |
withName(String name)
The name of the Amazon Lex bot.
|
public void setName(String name)
The name of the Amazon Lex bot.
name
- The name of the Amazon Lex bot.public String getName()
The name of the Amazon Lex bot.
public LexBot withName(String name)
The name of the Amazon Lex bot.
name
- The name of the Amazon Lex bot.public void setLexRegion(String lexRegion)
The Amazon Web Services Region where the Amazon Lex bot was created.
lexRegion
- The Amazon Web Services Region where the Amazon Lex bot was created.public String getLexRegion()
The Amazon Web Services Region where the Amazon Lex bot was created.
public LexBot withLexRegion(String lexRegion)
The Amazon Web Services Region where the Amazon Lex bot was created.
lexRegion
- The Amazon Web Services Region where the Amazon Lex bot was created.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.