@Generated(value="software.amazon.awssdk:codegen") public final class DeleteExportResponse extends LexModelsV2Response implements ToCopyableBuilder<DeleteExportResponse.Builder,DeleteExportResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteExportResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteExportResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
exportId()
The unique identifier of the deleted export.
|
ExportStatus |
exportStatus()
The current status of the deletion.
|
String |
exportStatusAsString()
The current status of the deletion.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteExportResponse.Builder> |
serializableBuilderClass() |
DeleteExportResponse.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 of the deleted export.
public final ExportStatus exportStatus()
The current status of the deletion. When the deletion is complete, the export will no longer be returned by the ListExports operation and calls to the DescribeExport operation with the export identifier will fail.
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().
ExportStatuspublic final String exportStatusAsString()
The current status of the deletion. When the deletion is complete, the export will no longer be returned by the ListExports operation and calls to the DescribeExport operation with the export identifier will fail.
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().
ExportStatuspublic DeleteExportResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteExportResponse.Builder,DeleteExportResponse>toBuilder in class AwsResponsepublic static DeleteExportResponse.Builder builder()
public static Class<? extends DeleteExportResponse.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 © 2023. All rights reserved.