@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReportTaskProgressResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of ReportTaskProgress.
Constructor and Description |
---|
ReportTaskProgressResult() |
Modifier and Type | Method and Description |
---|---|
ReportTaskProgressResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCanceled(Boolean 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.
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()
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)
If 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 Boolean 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.
public String toString()
toString
in class Object
Object.toString()
public ReportTaskProgressResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.