@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Configuration extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains configuration data.
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
clone() |
boolean |
equals(Object obj) |
LexConfiguration |
getLex()
The configuration for an Amazon Lex V2 bot.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setLex(LexConfiguration lex)
The configuration for an Amazon Lex V2 bot.
|
String |
toString()
Returns a string representation of this object.
|
Configuration |
withLex(LexConfiguration lex)
The configuration for an Amazon Lex V2 bot.
|
public void setLex(LexConfiguration lex)
The configuration for an Amazon Lex V2 bot.
lex - The configuration for an Amazon Lex V2 bot.public LexConfiguration getLex()
The configuration for an Amazon Lex V2 bot.
public Configuration withLex(LexConfiguration lex)
The configuration for an Amazon Lex V2 bot.
lex - The configuration for an Amazon Lex V2 bot.public String toString()
toString in class ObjectObject.toString()public Configuration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.