@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 Object
Object.toString()
public Configuration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.