@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Boolean importCompleted()
True if the migration has completed, or False otherwise.
public Instant importTime()
The time that the migration was started.
public String importedBy()
The name of the person who initiated the migration.
public CatalogImportStatus.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CatalogImportStatus.Builder,CatalogImportStatus>
public static CatalogImportStatus.Builder builder()
public static Class<? extends CatalogImportStatus.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.