@Generated(value="software.amazon.awssdk:codegen") public final class CatalogImportStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CatalogImportStatus.Builder,CatalogImportStatus>
A structure containing migration status information.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CatalogImportStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CatalogImportStatus.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
importCompleted()
True if the migration has completed, or False otherwise. |
String |
importedBy()
The name of the person who initiated the migration.
|
Instant |
importTime()
The time that the migration was started.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CatalogImportStatus.Builder> |
serializableBuilderClass() |
CatalogImportStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean importCompleted()
True if the migration has completed, or False otherwise.
True if the migration has completed, or False otherwise.public final Instant importTime()
The time that the migration was started.
public final String importedBy()
The name of the person who initiated the migration.
public CatalogImportStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CatalogImportStatus.Builder,CatalogImportStatus>public static CatalogImportStatus.Builder builder()
public static Class<? extends CatalogImportStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.