@Generated(value="software.amazon.awssdk:codegen") public final class UpdateExportResponse extends LexModelsV2Response implements ToCopyableBuilder<UpdateExportResponse.Builder,UpdateExportResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateExportResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateExportResponse.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 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 for the files that define the resource.
|
String |
fileFormatAsString()
The file format used for the files that define the resource.
|
<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()
A description of the type of resource that was exported, either a bot or a bot locale.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateExportResponse.Builder> |
serializableBuilderClass() |
UpdateExportResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String exportId()
The unique identifier Amazon Lex assigned to the 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 files that define the resource.
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 files that define the resource.
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 archive is available for 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 archive is available for
download.ExportStatuspublic final String exportStatusAsString()
The status of the export. When the status is Completed the export archive is available for 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 archive is available for
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 UpdateExportResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateExportResponse.Builder,UpdateExportResponse>toBuilder in class AwsResponsepublic static UpdateExportResponse.Builder builder()
public static Class<? extends UpdateExportResponse.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 © 2021. All rights reserved.