@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) |
boolean |
equalsBySdkFields(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 final String name()
The name of the association between the bot and the channel. The name is case sensitive.
public final String botName()
The name of the Amazon Lex bot.
public final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.