ToCopyableBuilder<GetBotChannelAssociationsResponse.Builder,GetBotChannelAssociationsResponse>
@Generated("software.amazon.awssdk:codegen") public class GetBotChannelAssociationsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetBotChannelAssociationsResponse.Builder,GetBotChannelAssociationsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetBotChannelAssociationsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<BotChannelAssociation> |
botChannelAssociations() |
An array of objects, one for each association, that provides information about the Amazon Lex bot and its
association with the channel.
|
static GetBotChannelAssociationsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
A pagination token that fetches the next page of associations.
|
static Class<? extends GetBotChannelAssociationsResponse.Builder> |
serializableBuilderClass() |
|
GetBotChannelAssociationsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<BotChannelAssociation> botChannelAssociations()
An array of objects, one for each association, that provides information about the Amazon Lex bot and its association with the channel.
public String nextToken()
A pagination token that fetches the next page of associations. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of associations, specify the pagination token in the next request.
public GetBotChannelAssociationsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetBotChannelAssociationsResponse.Builder,GetBotChannelAssociationsResponse>
public static GetBotChannelAssociationsResponse.Builder builder()
public static Class<? extends GetBotChannelAssociationsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.