@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReportTaskRunnerHeartbeatResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of ReportTaskRunnerHeartbeat.
Constructor and Description |
---|
ReportTaskRunnerHeartbeatResult() |
Modifier and Type | Method and Description |
---|---|
ReportTaskRunnerHeartbeatResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTerminate(Boolean terminate)
Indicates whether the calling task runner should terminate.
terminate
- Indicates whether the calling task runner should terminate.public Boolean getTerminate()
Indicates whether the calling task runner should terminate.
public ReportTaskRunnerHeartbeatResult withTerminate(Boolean terminate)
Indicates whether the calling task runner should terminate.
terminate
- Indicates whether the calling task runner should terminate.public Boolean isTerminate()
Indicates whether the calling task runner should terminate.
public String toString()
toString
in class Object
Object.toString()
public ReportTaskRunnerHeartbeatResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.