ToCopyableBuilder<GetBotChannelAssociationResponse.Builder,GetBotChannelAssociationResponse>
@Generated("software.amazon.awssdk:codegen") public class GetBotChannelAssociationResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetBotChannelAssociationResponse.Builder,GetBotChannelAssociationResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetBotChannelAssociationResponse.Builder |
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.
|
Map<String,String> |
botConfiguration() |
Provides information that the messaging platform needs to communicate with the Amazon Lex bot.
|
String |
botName() |
The name of the Amazon Lex bot.
|
static GetBotChannelAssociationResponse.Builder |
builder() |
|
Date |
createdDate() |
The date that the association between the bot and the channel was created.
|
String |
description() |
A description of the association between the bot and the channel.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the association between the bot and the channel.
|
static Class<? extends GetBotChannelAssociationResponse.Builder> |
serializableBuilderClass() |
|
GetBotChannelAssociationResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type of the messaging platform.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String name()
The name of the association between the bot and the channel.
public String description()
A description of the association between the bot and the channel.
public String botAlias()
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
public String botName()
The name of the Amazon Lex bot.
public Date createdDate()
The date that the association between the bot and the channel was created.
public String type()
The type of the messaging platform.
ChannelType
public Map<String,String> botConfiguration()
Provides information that the messaging platform needs to communicate with the Amazon Lex bot.
public GetBotChannelAssociationResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetBotChannelAssociationResponse.Builder,GetBotChannelAssociationResponse>
public static GetBotChannelAssociationResponse.Builder builder()
public static Class<? extends GetBotChannelAssociationResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.