@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCatalogImportStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetCatalogImportStatusResult() |
Modifier and Type | Method and Description |
---|---|
GetCatalogImportStatusResult |
clone() |
boolean |
equals(Object obj) |
CatalogImportStatus |
getImportStatus()
The status of the specified catalog migration.
|
int |
hashCode() |
void |
setImportStatus(CatalogImportStatus importStatus)
The status of the specified catalog migration.
|
String |
toString()
Returns a string representation of this object.
|
GetCatalogImportStatusResult |
withImportStatus(CatalogImportStatus importStatus)
The status of the specified catalog migration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setImportStatus(CatalogImportStatus importStatus)
The status of the specified catalog migration.
importStatus
- The status of the specified catalog migration.public CatalogImportStatus getImportStatus()
The status of the specified catalog migration.
public GetCatalogImportStatusResult withImportStatus(CatalogImportStatus importStatus)
The status of the specified catalog migration.
importStatus
- The status of the specified catalog migration.public String toString()
toString
in class Object
Object.toString()
public GetCatalogImportStatusResult clone()