|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.datapipeline.model.ReportTaskProgressResult
public class ReportTaskProgressResult
Contains the output from the ReportTaskProgress action.
Constructor Summary | |
---|---|
ReportTaskProgressResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Boolean |
getCanceled()
If True , the calling task runner should cancel processing
of the task. |
int |
hashCode()
|
Boolean |
isCanceled()
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. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ReportTaskProgressResult |
withCanceled(Boolean canceled)
If True , the calling task runner should cancel processing
of the task. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReportTaskProgressResult()
Method Detail |
---|
public Boolean isCanceled()
True
, the calling task runner should cancel processing
of the task. The task runner does not need to call
SetTaskStatus for canceled tasks.
True
, the calling task runner should cancel processing
of the task. The task runner does not need to call
SetTaskStatus for canceled tasks.public void setCanceled(Boolean canceled)
True
, the calling task runner should cancel processing
of the task. The task runner does not need to call
SetTaskStatus for canceled tasks.
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.public ReportTaskProgressResult withCanceled(Boolean canceled)
True
, the calling task runner should cancel processing
of the task. The task runner does not need to call
SetTaskStatus for canceled tasks.
Returns a reference to this object so that method calls can be chained together.
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.
public Boolean getCanceled()
True
, the calling task runner should cancel processing
of the task. The task runner does not need to call
SetTaskStatus for canceled tasks.
True
, the calling task runner should cancel processing
of the task. The task runner does not need to call
SetTaskStatus for canceled tasks.public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |