@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)
Marshalls this structured data using the given
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; useful for testing and debugging.
|
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.
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.
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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.