@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteImportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteImportResult() |
Modifier and Type | Method and Description |
---|---|
DeleteImportResult |
clone() |
boolean |
equals(Object obj) |
String |
getImportId()
The unique identifier of the deleted import.
|
String |
getImportStatus()
The current status of the deletion.
|
int |
hashCode() |
void |
setImportId(String importId)
The unique identifier of the deleted import.
|
void |
setImportStatus(String importStatus)
The current status of the deletion.
|
String |
toString()
Returns a string representation of this object.
|
DeleteImportResult |
withImportId(String importId)
The unique identifier of the deleted import.
|
DeleteImportResult |
withImportStatus(ImportStatus importStatus)
The current status of the deletion.
|
DeleteImportResult |
withImportStatus(String importStatus)
The current status of the deletion.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setImportId(String importId)
The unique identifier of the deleted import.
importId
- The unique identifier of the deleted import.public String getImportId()
The unique identifier of the deleted import.
public DeleteImportResult withImportId(String importId)
The unique identifier of the deleted import.
importId
- The unique identifier of the deleted import.public void setImportStatus(String importStatus)
The current status of the deletion. When the deletion is complete, the import will no longer be returned by the ListImports operation and calls to the DescribeImport operation with the import identifier will fail.
importStatus
- The current status of the deletion. When the deletion is complete, the import will no longer be returned
by the ListImports
operation and calls to the DescribeImport
operation with the import identifier will fail.ImportStatus
public String getImportStatus()
The current status of the deletion. When the deletion is complete, the import will no longer be returned by the ListImports operation and calls to the DescribeImport operation with the import identifier will fail.
ImportStatus
public DeleteImportResult withImportStatus(String importStatus)
The current status of the deletion. When the deletion is complete, the import will no longer be returned by the ListImports operation and calls to the DescribeImport operation with the import identifier will fail.
importStatus
- The current status of the deletion. When the deletion is complete, the import will no longer be returned
by the ListImports
operation and calls to the DescribeImport
operation with the import identifier will fail.ImportStatus
public DeleteImportResult withImportStatus(ImportStatus importStatus)
The current status of the deletion. When the deletion is complete, the import will no longer be returned by the ListImports operation and calls to the DescribeImport operation with the import identifier will fail.
importStatus
- The current status of the deletion. When the deletion is complete, the import will no longer be returned
by the ListImports
operation and calls to the DescribeImport
operation with the import identifier will fail.ImportStatus
public String toString()
toString
in class Object
Object.toString()
public DeleteImportResult clone()