@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteExportResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteExportResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteExportResult |
clone() |
boolean |
equals(Object obj) |
String |
getExportId()
The unique identifier of the deleted export.
|
String |
getExportStatus()
The current status of the deletion.
|
int |
hashCode() |
void |
setExportId(String exportId)
The unique identifier of the deleted export.
|
void |
setExportStatus(String exportStatus)
The current status of the deletion.
|
String |
toString()
Returns a string representation of this object.
|
DeleteExportResult |
withExportId(String exportId)
The unique identifier of the deleted export.
|
DeleteExportResult |
withExportStatus(ExportStatus exportStatus)
The current status of the deletion.
|
DeleteExportResult |
withExportStatus(String exportStatus)
The current status of the deletion.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setExportId(String exportId)
The unique identifier of the deleted export.
exportId - The unique identifier of the deleted export.public String getExportId()
The unique identifier of the deleted export.
public DeleteExportResult withExportId(String exportId)
The unique identifier of the deleted export.
exportId - The unique identifier of the deleted export.public void setExportStatus(String exportStatus)
The current status of the deletion. When the deletion is complete, the export will no longer be returned by the ListExports operation and calls to the DescribeExport operation with the export identifier will fail.
exportStatus - The current status of the deletion. When the deletion is complete, the export will no longer be returned
by the ListExports
operation and calls to the DescribeExport
operation with the export identifier will fail.ExportStatuspublic String getExportStatus()
The current status of the deletion. When the deletion is complete, the export will no longer be returned by the ListExports operation and calls to the DescribeExport operation with the export identifier will fail.
ExportStatuspublic DeleteExportResult withExportStatus(String exportStatus)
The current status of the deletion. When the deletion is complete, the export will no longer be returned by the ListExports operation and calls to the DescribeExport operation with the export identifier will fail.
exportStatus - The current status of the deletion. When the deletion is complete, the export will no longer be returned
by the ListExports
operation and calls to the DescribeExport
operation with the export identifier will fail.ExportStatuspublic DeleteExportResult withExportStatus(ExportStatus exportStatus)
The current status of the deletion. When the deletion is complete, the export will no longer be returned by the ListExports operation and calls to the DescribeExport operation with the export identifier will fail.
exportStatus - The current status of the deletion. When the deletion is complete, the export will no longer be returned
by the ListExports
operation and calls to the DescribeExport
operation with the export identifier will fail.ExportStatuspublic String toString()
toString in class ObjectObject.toString()public DeleteExportResult clone()