@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 Region that the Amazon Lex bot was created in.
|
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 Region that the Amazon Lex bot was created in.
|
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 Region that the Amazon Lex bot was created in.
|
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 Region that the Amazon Lex bot was created in.
lexRegion
- The Region that the Amazon Lex bot was created in.public String getLexRegion()
The Region that the Amazon Lex bot was created in.
public LexBot withLexRegion(String lexRegion)
The Region that the Amazon Lex bot was created in.
lexRegion
- The Region that the Amazon Lex bot was created in.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.