Class ReportTaskRunnerHeartbeatResult
java.lang.Object
com.amazonaws.services.datapipeline.model.ReportTaskRunnerHeartbeatResult
- All Implemented Interfaces:
Serializable,Cloneable
Contains the output of ReportTaskRunnerHeartbeat.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanIndicates whether the calling task runner should terminate.inthashCode()Indicates whether the calling task runner should terminate.voidsetTerminate(Boolean terminate) Indicates whether the calling task runner should terminate.toString()Returns a string representation of this object; useful for testing and debugging.withTerminate(Boolean terminate) Indicates whether the calling task runner should terminate.
-
Constructor Details
-
ReportTaskRunnerHeartbeatResult
public ReportTaskRunnerHeartbeatResult()
-
-
Method Details
-
setTerminate
Indicates whether the calling task runner should terminate.
- Parameters:
terminate- Indicates whether the calling task runner should terminate.
-
getTerminate
Indicates whether the calling task runner should terminate.
- Returns:
- Indicates whether the calling task runner should terminate.
-
withTerminate
Indicates whether the calling task runner should terminate.
- Parameters:
terminate- Indicates whether the calling task runner should terminate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isTerminate
Indicates whether the calling task runner should terminate.
- Returns:
- Indicates whether the calling task runner should terminate.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-