@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateLexBotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
AssociateLexBotRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
AssociateLexBotRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getInstanceId()
 The identifier of the Amazon Connect instance. 
 | 
LexBot | 
getLexBot()
 The Amazon Lex box to associate with the instance. 
 | 
int | 
hashCode()  | 
void | 
setInstanceId(String instanceId)
 The identifier of the Amazon Connect instance. 
 | 
void | 
setLexBot(LexBot lexBot)
 The Amazon Lex box to associate with the instance. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
AssociateLexBotRequest | 
withInstanceId(String instanceId)
 The identifier of the Amazon Connect instance. 
 | 
AssociateLexBotRequest | 
withLexBot(LexBot lexBot)
 The Amazon Lex box to associate with the instance. 
 | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect instance.public String getInstanceId()
The identifier of the Amazon Connect instance.
public AssociateLexBotRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect instance.public void setLexBot(LexBot lexBot)
The Amazon Lex box to associate with the instance.
lexBot - The Amazon Lex box to associate with the instance.public LexBot getLexBot()
The Amazon Lex box to associate with the instance.
public AssociateLexBotRequest withLexBot(LexBot lexBot)
The Amazon Lex box to associate with the instance.
lexBot - The Amazon Lex box to associate with the instance.public String toString()
toString in class ObjectObject.toString()public AssociateLexBotRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()