@Generated(value="software.amazon.awssdk:codegen") public final class ExportSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportSummary.Builder,ExportSummary>
Provides summary information about an export in an export list.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportSummary.Builder |
builder() |
Instant |
creationDateTime()
The date and time that the export was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
exportId()
The unique identifier that Amazon Lex assigned to the export.
|
ExportStatus |
exportStatus()
The status of the export.
|
String |
exportStatusAsString()
The status of the export.
|
ImportExportFileFormat |
fileFormat()
The file format used in the export files.
|
String |
fileFormatAsString()
The file format used in the export files.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedDateTime()
The date and time that the export was last updated.
|
ExportResourceSpecification |
resourceSpecification()
Information about the bot or bot locale that was exported.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportSummary.Builder> |
serializableBuilderClass() |
ExportSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String exportId()
The unique identifier that Amazon Lex assigned to the export.
public final ExportResourceSpecification resourceSpecification()
Information about the bot or bot locale that was exported.
public final ImportExportFileFormat fileFormat()
The file format used in the export 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 in the export 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 the export is ready to download.
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 the export is ready to download.ExportStatuspublic final String exportStatusAsString()
The status of the export. When the status is Completed the export is ready to download.
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 the export is ready to download.ExportStatuspublic final Instant creationDateTime()
The date and time that the export was created.
public final Instant lastUpdatedDateTime()
The date and time that the export was last updated.
public ExportSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportSummary.Builder,ExportSummary>public static ExportSummary.Builder builder()
public static Class<? extends ExportSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.