Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetBotChannelAssociationRequest.Builder,GetBotChannelAssociationRequest>
@Generated("software.amazon.awssdk:codegen") public class GetBotChannelAssociationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetBotChannelAssociationRequest.Builder,GetBotChannelAssociationRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetBotChannelAssociationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
botAlias() |
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
|
String |
botName() |
The name of the Amazon Lex bot.
|
static GetBotChannelAssociationRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the association between the bot and the channel.
|
static Class<? extends GetBotChannelAssociationRequest.Builder> |
serializableBuilderClass() |
|
GetBotChannelAssociationRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String name()
The name of the association between the bot and the channel. The name is case sensitive.
public String botName()
The name of the Amazon Lex bot.
public String botAlias()
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
public GetBotChannelAssociationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetBotChannelAssociationRequest.Builder,GetBotChannelAssociationRequest>
public static GetBotChannelAssociationRequest.Builder builder()
public static Class<? extends GetBotChannelAssociationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.