Class ExportTask
- All Implemented Interfaces:
Serializable
,Cloneable
Describes an instance export task.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A description of the resource being exported.The ID of the export task.Information about the export task.Information about the instance to export.getState()
The state of the export task.The status message related to the export task.int
hashCode()
void
setDescription
(String description) A description of the resource being exported.void
setExportTaskId
(String exportTaskId) The ID of the export task.void
setExportToS3Task
(ExportToS3Task exportToS3Task) Information about the export task.void
setInstanceExportDetails
(InstanceExportDetails instanceExportDetails) Information about the instance to export.void
setState
(ExportTaskState state) The state of the export task.void
The state of the export task.void
setStatusMessage
(String statusMessage) The status message related to the export task.toString()
Returns a string representation of this object; useful for testing and debugging.withDescription
(String description) A description of the resource being exported.withExportTaskId
(String exportTaskId) The ID of the export task.withExportToS3Task
(ExportToS3Task exportToS3Task) Information about the export task.withInstanceExportDetails
(InstanceExportDetails instanceExportDetails) Information about the instance to export.withState
(ExportTaskState state) The state of the export task.The state of the export task.withStatusMessage
(String statusMessage) The status message related to the export task.
-
Constructor Details
-
ExportTask
public ExportTask()
-
-
Method Details
-
setExportTaskId
The ID of the export task.
- Parameters:
exportTaskId
- The ID of the export task.
-
getExportTaskId
The ID of the export task.
- Returns:
- The ID of the export task.
-
withExportTaskId
The ID of the export task.
- Parameters:
exportTaskId
- The ID of the export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
A description of the resource being exported.
- Parameters:
description
- A description of the resource being exported.
-
getDescription
A description of the resource being exported.
- Returns:
- A description of the resource being exported.
-
withDescription
A description of the resource being exported.
- Parameters:
description
- A description of the resource being exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setState
The state of the export task.
- Parameters:
state
- The state of the export task.- See Also:
-
getState
The state of the export task.
- Returns:
- The state of the export task.
- See Also:
-
withState
The state of the export task.
- Parameters:
state
- The state of the export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setState
The state of the export task.
- Parameters:
state
- The state of the export task.- See Also:
-
withState
The state of the export task.
- Parameters:
state
- The state of the export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatusMessage
The status message related to the export task.
- Parameters:
statusMessage
- The status message related to the export task.
-
getStatusMessage
The status message related to the export task.
- Returns:
- The status message related to the export task.
-
withStatusMessage
The status message related to the export task.
- Parameters:
statusMessage
- The status message related to the export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setInstanceExportDetails
Information about the instance to export.
- Parameters:
instanceExportDetails
- Information about the instance to export.
-
getInstanceExportDetails
Information about the instance to export.
- Returns:
- Information about the instance to export.
-
withInstanceExportDetails
Information about the instance to export.
- Parameters:
instanceExportDetails
- Information about the instance to export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setExportToS3Task
Information about the export task.
- Parameters:
exportToS3Task
- Information about the export task.
-
getExportToS3Task
Information about the export task.
- Returns:
- Information about the export task.
-
withExportToS3Task
Information about the export task.
- Parameters:
exportToS3Task
- Information about the export task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-