@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBotChannelAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetBotChannelAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
GetBotChannelAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotAlias()
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
|
String |
getBotName()
The name of the Amazon Lex bot.
|
String |
getName()
The name of the association between the bot and the channel.
|
int |
hashCode() |
void |
setBotAlias(String botAlias)
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
|
void |
setBotName(String botName)
The name of the Amazon Lex bot.
|
void |
setName(String name)
The name of the association between the bot and the channel.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetBotChannelAssociationRequest |
withBotAlias(String botAlias)
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
|
GetBotChannelAssociationRequest |
withBotName(String botName)
The name of the Amazon Lex bot.
|
GetBotChannelAssociationRequest |
withName(String name)
The name of the association between the bot and the channel.
|
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, withSdkRequestTimeout
public void setName(String name)
The name of the association between the bot and the channel. The name is case sensitive.
name
- The name of the association between the bot and the channel. The name is case sensitive.public String getName()
The name of the association between the bot and the channel. The name is case sensitive.
public GetBotChannelAssociationRequest withName(String name)
The name of the association between the bot and the channel. The name is case sensitive.
name
- The name of the association between the bot and the channel. The name is case sensitive.public void setBotName(String botName)
The name of the Amazon Lex bot.
botName
- The name of the Amazon Lex bot.public String getBotName()
The name of the Amazon Lex bot.
public GetBotChannelAssociationRequest withBotName(String botName)
The name of the Amazon Lex bot.
botName
- The name of the Amazon Lex bot.public void setBotAlias(String botAlias)
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
botAlias
- An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.public String getBotAlias()
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
public GetBotChannelAssociationRequest withBotAlias(String botAlias)
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
botAlias
- An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.public String toString()
toString
in class Object
Object.toString()
public GetBotChannelAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.