@Generated(value="software.amazon.awssdk:codegen") public final class GetBotChannelAssociationRequest extends LexModelBuildingRequest implements ToCopyableBuilder<GetBotChannelAssociationRequest.Builder,GetBotChannelAssociationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetBotChannelAssociationRequest.Builder |
| Modifier and Type | Method and 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the association between the bot and the channel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetBotChannelAssociationRequest.Builder> |
serializableBuilderClass() |
GetBotChannelAssociationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<GetBotChannelAssociationRequest.Builder,GetBotChannelAssociationRequest>toBuilder in class LexModelBuildingRequestpublic static GetBotChannelAssociationRequest.Builder builder()
public static Class<? extends GetBotChannelAssociationRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.