Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetBotChannelAssociationsRequest.Builder,GetBotChannelAssociationsRequest>
@Generated("software.amazon.awssdk:codegen") public class GetBotChannelAssociationsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetBotChannelAssociationsRequest.Builder,GetBotChannelAssociationsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetBotChannelAssociationsRequest.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 in the association.
|
static GetBotChannelAssociationsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of associations to return in the response.
|
String |
nameContains() |
Substring to match in channel association names.
|
String |
nextToken() |
A pagination token for fetching the next page of associations.
|
static Class<? extends GetBotChannelAssociationsRequest.Builder> |
serializableBuilderClass() |
|
GetBotChannelAssociationsRequest.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 botName()
The name of the Amazon Lex bot in the association.
public String botAlias()
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made.
public String nextToken()
A pagination token for fetching 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 Integer maxResults()
The maximum number of associations to return in the response. The default is 50.
public String nameContains()
Substring to match in channel association names. An association will be returned if any part of its name matches
the substring. For example, "xyz" matches both "xyzabc" and "abcxyz." To return all bot channel associations, use
a hyphen ("-") as the nameContains
parameter.
nameContains
parameter.public GetBotChannelAssociationsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetBotChannelAssociationsRequest.Builder,GetBotChannelAssociationsRequest>
public static GetBotChannelAssociationsRequest.Builder builder()
public static Class<? extends GetBotChannelAssociationsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.