|
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.ReportTaskRunnerHeartbeatResult
public class ReportTaskRunnerHeartbeatResult
Contains the output from the ReportTaskRunnerHeartbeat action.
Constructor Summary | |
---|---|
ReportTaskRunnerHeartbeatResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Boolean |
getTerminate()
Indicates whether the calling task runner should terminate. |
int |
hashCode()
|
Boolean |
isTerminate()
Indicates whether the calling task runner should terminate. |
void |
setTerminate(Boolean terminate)
Indicates whether the calling task runner should terminate. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ReportTaskRunnerHeartbeatResult |
withTerminate(Boolean terminate)
Indicates whether the calling task runner should terminate. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReportTaskRunnerHeartbeatResult()
Method Detail |
---|
public Boolean isTerminate()
True
, the task runner that called
ReportTaskRunnerHeartbeat should terminate.
True
, the task runner that called
ReportTaskRunnerHeartbeat should terminate.public void setTerminate(Boolean terminate)
True
, the task runner that called
ReportTaskRunnerHeartbeat should terminate.
terminate
- Indicates whether the calling task runner should terminate. If
True
, the task runner that called
ReportTaskRunnerHeartbeat should terminate.public ReportTaskRunnerHeartbeatResult withTerminate(Boolean terminate)
True
, the task runner that called
ReportTaskRunnerHeartbeat should terminate.
Returns a reference to this object so that method calls can be chained together.
terminate
- Indicates whether the calling task runner should terminate. If
True
, the task runner that called
ReportTaskRunnerHeartbeat should terminate.
public Boolean getTerminate()
True
, the task runner that called
ReportTaskRunnerHeartbeat should terminate.
True
, the task runner that called
ReportTaskRunnerHeartbeat should terminate.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 |