Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteBotChannelAssociationRequest.Builder,DeleteBotChannelAssociationRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteBotChannelAssociationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteBotChannelAssociationRequest.Builder,DeleteBotChannelAssociationRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteBotChannelAssociationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
botAlias() |
An alias that points 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 DeleteBotChannelAssociationRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the association.
|
static Class<? extends DeleteBotChannelAssociationRequest.Builder> |
serializableBuilderClass() |
|
DeleteBotChannelAssociationRequest.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 name()
The name of the association. The name is case sensitive.
public String botName()
The name of the Amazon Lex bot.
public String botAlias()
An alias that points to the specific version of the Amazon Lex bot to which this association is being made.
public DeleteBotChannelAssociationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteBotChannelAssociationRequest.Builder,DeleteBotChannelAssociationRequest>
public static DeleteBotChannelAssociationRequest.Builder builder()
public static Class<? extends DeleteBotChannelAssociationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.