@Generated(value="software.amazon.awssdk:codegen") public final class CreateExportResponse extends LexModelsV2Response implements ToCopyableBuilder<CreateExportResponse.Builder,CreateExportResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateExportResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateExportResponse.Builder |
builder() |
Instant |
creationDateTime()
The date and time that the request to export a bot was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
exportId()
An identifier for a specific request to create an export.
|
ExportStatus |
exportStatus()
The status of the export.
|
String |
exportStatusAsString()
The status of the export.
|
ImportExportFileFormat |
fileFormat()
The file format used for the bot or bot locale definition files.
|
String |
fileFormatAsString()
The file format used for the bot or bot locale definition files.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ExportResourceSpecification |
resourceSpecification()
A description of the type of resource that was exported, either a bot or a bot locale.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateExportResponse.Builder> |
serializableBuilderClass() |
CreateExportResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String exportId()
An identifier for a specific request to create an export.
public final ExportResourceSpecification resourceSpecification()
A description of the type of resource that was exported, either a bot or a bot locale.
public final ImportExportFileFormat fileFormat()
The file format used for the bot or bot locale definition files.
If the service returns an enum value that is not available in the current SDK version, fileFormat will
return ImportExportFileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from fileFormatAsString().
ImportExportFileFormatpublic final String fileFormatAsString()
The file format used for the bot or bot locale definition files.
If the service returns an enum value that is not available in the current SDK version, fileFormat will
return ImportExportFileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from fileFormatAsString().
ImportExportFileFormatpublic final ExportStatus exportStatus()
The status of the export. When the status is Completed, you can use the DescribeExport operation to get the
pre-signed S3 URL link to your exported bot or bot locale.
If the service returns an enum value that is not available in the current SDK version, exportStatus will
return ExportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
exportStatusAsString().
Completed, you can use the DescribeExport operation to get
the pre-signed S3 URL link to your exported bot or bot locale.ExportStatuspublic final String exportStatusAsString()
The status of the export. When the status is Completed, you can use the DescribeExport operation to get the
pre-signed S3 URL link to your exported bot or bot locale.
If the service returns an enum value that is not available in the current SDK version, exportStatus will
return ExportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
exportStatusAsString().
Completed, you can use the DescribeExport operation to get
the pre-signed S3 URL link to your exported bot or bot locale.ExportStatuspublic final Instant creationDateTime()
The date and time that the request to export a bot was created.
public CreateExportResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateExportResponse.Builder,CreateExportResponse>toBuilder in class AwsResponsepublic static CreateExportResponse.Builder builder()
public static Class<? extends CreateExportResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2022. All rights reserved.