@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CatalogImportStatus extends Object implements Serializable, Cloneable, StructuredPojo
A structure containing migration status information.
Constructor and Description |
---|
CatalogImportStatus() |
Modifier and Type | Method and Description |
---|---|
CatalogImportStatus |
clone() |
boolean |
equals(Object obj) |
Boolean |
getImportCompleted()
True if the migration has completed, or False otherwise. |
String |
getImportedBy()
The name of the person who initiated the migration.
|
Date |
getImportTime()
The time that the migration was started.
|
int |
hashCode() |
Boolean |
isImportCompleted()
True if the migration has completed, or False otherwise. |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setImportCompleted(Boolean importCompleted)
True if the migration has completed, or False otherwise. |
void |
setImportedBy(String importedBy)
The name of the person who initiated the migration.
|
void |
setImportTime(Date importTime)
The time that the migration was started.
|
String |
toString()
Returns a string representation of this object.
|
CatalogImportStatus |
withImportCompleted(Boolean importCompleted)
True if the migration has completed, or False otherwise. |
CatalogImportStatus |
withImportedBy(String importedBy)
The name of the person who initiated the migration.
|
CatalogImportStatus |
withImportTime(Date importTime)
The time that the migration was started.
|
public void setImportCompleted(Boolean importCompleted)
True
if the migration has completed, or False
otherwise.
importCompleted
- True
if the migration has completed, or False
otherwise.public Boolean getImportCompleted()
True
if the migration has completed, or False
otherwise.
True
if the migration has completed, or False
otherwise.public CatalogImportStatus withImportCompleted(Boolean importCompleted)
True
if the migration has completed, or False
otherwise.
importCompleted
- True
if the migration has completed, or False
otherwise.public Boolean isImportCompleted()
True
if the migration has completed, or False
otherwise.
True
if the migration has completed, or False
otherwise.public void setImportTime(Date importTime)
The time that the migration was started.
importTime
- The time that the migration was started.public Date getImportTime()
The time that the migration was started.
public CatalogImportStatus withImportTime(Date importTime)
The time that the migration was started.
importTime
- The time that the migration was started.public void setImportedBy(String importedBy)
The name of the person who initiated the migration.
importedBy
- The name of the person who initiated the migration.public String getImportedBy()
The name of the person who initiated the migration.
public CatalogImportStatus withImportedBy(String importedBy)
The name of the person who initiated the migration.
importedBy
- The name of the person who initiated the migration.public String toString()
toString
in class Object
Object.toString()
public CatalogImportStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2019. All rights reserved.