Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateSlotTypeVersionRequest.Builder,CreateSlotTypeVersionRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateSlotTypeVersionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateSlotTypeVersionRequest.Builder,CreateSlotTypeVersionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateSlotTypeVersionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateSlotTypeVersionRequest.Builder |
builder() |
|
String |
checksum() |
Checksum for the
$LATEST version of the slot type that you want to publish. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the slot type that you want to create a new version for.
|
static Class<? extends CreateSlotTypeVersionRequest.Builder> |
serializableBuilderClass() |
|
CreateSlotTypeVersionRequest.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 slot type that you want to create a new version for. The name is case sensitive.
public String checksum()
Checksum for the $LATEST
version of the slot type that you want to publish. If you specify a
checksum and the $LATEST
version of the slot type has a different checksum, Amazon Lex returns a
PreconditionFailedException
exception and doesn't publish the new version. If you don't specify a
checksum, Amazon Lex publishes the $LATEST
version.
$LATEST
version of the slot type that you want to publish. If you specify a
checksum and the $LATEST
version of the slot type has a different checksum, Amazon Lex
returns a PreconditionFailedException
exception and doesn't publish the new version. If you
don't specify a checksum, Amazon Lex publishes the $LATEST
version.public CreateSlotTypeVersionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateSlotTypeVersionRequest.Builder,CreateSlotTypeVersionRequest>
public static CreateSlotTypeVersionRequest.Builder builder()
public static Class<? extends CreateSlotTypeVersionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.