Class ReportTaskProgressResult
java.lang.Object
com.amazonaws.services.datapipeline.model.ReportTaskProgressResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of ReportTaskProgress.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
If true, the calling task runner should cancel processing of the task.int
hashCode()
If true, the calling task runner should cancel processing of the task.void
setCanceled
(Boolean canceled) If true, the calling task runner should cancel processing of the task.toString()
Returns a string representation of this object; useful for testing and debugging.withCanceled
(Boolean canceled) If true, the calling task runner should cancel processing of the task.
-
Constructor Details
-
ReportTaskProgressResult
public ReportTaskProgressResult()
-
-
Method Details
-
setCanceled
If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.
- Parameters:
canceled
- If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.
-
getCanceled
If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.
- Returns:
- If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.
-
withCanceled
If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.
- Parameters:
canceled
- If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isCanceled
If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.
- Returns:
- If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-