Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteBotVersionRequest.Builder,DeleteBotVersionRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteBotVersionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteBotVersionRequest.Builder,DeleteBotVersionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteBotVersionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeleteBotVersionRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the bot.
|
static Class<? extends DeleteBotVersionRequest.Builder> |
serializableBuilderClass() |
|
DeleteBotVersionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
version() |
The version of the bot to delete.
|
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 bot.
public String version()
The version of the bot to delete. You cannot delete the $LATEST
version of the bot. To delete the
$LATEST
version, use the operation.
$LATEST
version of the bot. To
delete the $LATEST
version, use the operation.public DeleteBotVersionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteBotVersionRequest.Builder,DeleteBotVersionRequest>
public static DeleteBotVersionRequest.Builder builder()
public static Class<? extends DeleteBotVersionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.