@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; useful for testing and debugging.
|
GetCatalogImportStatusResult |
withImportStatus(CatalogImportStatus importStatus)
The status of the specified catalog migration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public GetCatalogImportStatusResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.