@Generated(value="software.amazon.awssdk:codegen") public final class CreateIntentVersionRequest extends LexModelBuildingRequest implements ToCopyableBuilder<CreateIntentVersionRequest.Builder,CreateIntentVersionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateIntentVersionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateIntentVersionRequest.Builder |
builder() |
String |
checksum()
Checksum of the
$LATEST version of the intent that should be used to create the new version. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the intent that you want to create a new version of.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateIntentVersionRequest.Builder> |
serializableBuilderClass() |
CreateIntentVersionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the intent that you want to create a new version of. The name is case sensitive.
public final String checksum()
Checksum of the $LATEST version of the intent that should be used to create the new version. If you
specify a checksum and the $LATEST version of the intent has a different checksum, Amazon Lex
returns a PreconditionFailedException exception and doesn't publish a new version. If you don't
specify a checksum, Amazon Lex publishes the $LATEST version.
$LATEST version of the intent that should be used to create the new version.
If you specify a checksum and the $LATEST version of the intent has a different checksum,
Amazon Lex returns a PreconditionFailedException exception and doesn't publish a new
version. If you don't specify a checksum, Amazon Lex publishes the $LATEST version.public CreateIntentVersionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateIntentVersionRequest.Builder,CreateIntentVersionRequest>toBuilder in class LexModelBuildingRequestpublic static CreateIntentVersionRequest.Builder builder()
public static Class<? extends CreateIntentVersionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.