Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.datapipeline.model
Class ReportTaskRunnerHeartbeatResult

java.lang.Object
  extended by com.amazonaws.services.datapipeline.model.ReportTaskRunnerHeartbeatResult
All Implemented Interfaces:
Serializable

public class ReportTaskRunnerHeartbeatResult
extends Object
implements Serializable

Contains the output from the ReportTaskRunnerHeartbeat action.

See Also:
Serialized Form

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

ReportTaskRunnerHeartbeatResult

public ReportTaskRunnerHeartbeatResult()
Method Detail

isTerminate

public Boolean isTerminate()
Indicates whether the calling task runner should terminate. If True, the task runner that called ReportTaskRunnerHeartbeat should terminate.

Returns:
Indicates whether the calling task runner should terminate. If True, the task runner that called ReportTaskRunnerHeartbeat should terminate.

setTerminate

public void setTerminate(Boolean terminate)
Indicates whether the calling task runner should terminate. If True, the task runner that called ReportTaskRunnerHeartbeat should terminate.

Parameters:
terminate - Indicates whether the calling task runner should terminate. If True, the task runner that called ReportTaskRunnerHeartbeat should terminate.

withTerminate

public ReportTaskRunnerHeartbeatResult withTerminate(Boolean terminate)
Indicates whether the calling task runner should terminate. If True, the task runner that called ReportTaskRunnerHeartbeat should terminate.

Returns a reference to this object so that method calls can be chained together.

Parameters:
terminate - Indicates whether the calling task runner should terminate. If True, the task runner that called ReportTaskRunnerHeartbeat should terminate.
Returns:
A reference to this updated object so that method calls can be chained together.

getTerminate

public Boolean getTerminate()
Indicates whether the calling task runner should terminate. If True, the task runner that called ReportTaskRunnerHeartbeat should terminate.

Returns:
Indicates whether the calling task runner should terminate. If True, the task runner that called ReportTaskRunnerHeartbeat should terminate.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.