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