@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DecisionTaskCompletedEventAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Provides the details of the DecisionTaskCompleted
event.
Constructor and Description |
---|
DecisionTaskCompletedEventAttributes() |
Modifier and Type | Method and Description |
---|---|
DecisionTaskCompletedEventAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getExecutionContext()
User defined context for the workflow execution.
|
Long |
getScheduledEventId()
The ID of the
DecisionTaskScheduled event that was recorded when this decision task was scheduled. |
Long |
getStartedEventId()
The ID of the
DecisionTaskStarted event recorded when this decision task was started. |
TaskList |
getTaskList() |
String |
getTaskListScheduleToStartTimeout()
The maximum amount of time the decision task can wait to be assigned to a worker.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExecutionContext(String executionContext)
User defined context for the workflow execution.
|
void |
setScheduledEventId(Long scheduledEventId)
The ID of the
DecisionTaskScheduled event that was recorded when this decision task was scheduled. |
void |
setStartedEventId(Long startedEventId)
The ID of the
DecisionTaskStarted event recorded when this decision task was started. |
void |
setTaskList(TaskList taskList) |
void |
setTaskListScheduleToStartTimeout(String taskListScheduleToStartTimeout)
The maximum amount of time the decision task can wait to be assigned to a worker.
|
String |
toString()
Returns a string representation of this object.
|
DecisionTaskCompletedEventAttributes |
withExecutionContext(String executionContext)
User defined context for the workflow execution.
|
DecisionTaskCompletedEventAttributes |
withScheduledEventId(Long scheduledEventId)
The ID of the
DecisionTaskScheduled event that was recorded when this decision task was scheduled. |
DecisionTaskCompletedEventAttributes |
withStartedEventId(Long startedEventId)
The ID of the
DecisionTaskStarted event recorded when this decision task was started. |
DecisionTaskCompletedEventAttributes |
withTaskList(TaskList taskList) |
DecisionTaskCompletedEventAttributes |
withTaskListScheduleToStartTimeout(String taskListScheduleToStartTimeout)
The maximum amount of time the decision task can wait to be assigned to a worker.
|
public DecisionTaskCompletedEventAttributes()
public void setExecutionContext(String executionContext)
User defined context for the workflow execution.
executionContext
- User defined context for the workflow execution.public String getExecutionContext()
User defined context for the workflow execution.
public DecisionTaskCompletedEventAttributes withExecutionContext(String executionContext)
User defined context for the workflow execution.
executionContext
- User defined context for the workflow execution.public void setScheduledEventId(Long scheduledEventId)
The ID of the DecisionTaskScheduled
event that was recorded when this decision task was scheduled.
This information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.
scheduledEventId
- The ID of the DecisionTaskScheduled
event that was recorded when this decision task was
scheduled. This information can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.public Long getScheduledEventId()
The ID of the DecisionTaskScheduled
event that was recorded when this decision task was scheduled.
This information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.
DecisionTaskScheduled
event that was recorded when this decision task was
scheduled. This information can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.public DecisionTaskCompletedEventAttributes withScheduledEventId(Long scheduledEventId)
The ID of the DecisionTaskScheduled
event that was recorded when this decision task was scheduled.
This information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.
scheduledEventId
- The ID of the DecisionTaskScheduled
event that was recorded when this decision task was
scheduled. This information can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.public void setStartedEventId(Long startedEventId)
The ID of the DecisionTaskStarted
event recorded when this decision task was started. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
startedEventId
- The ID of the DecisionTaskStarted
event recorded when this decision task was started. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.public Long getStartedEventId()
The ID of the DecisionTaskStarted
event recorded when this decision task was started. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
DecisionTaskStarted
event recorded when this decision task was started. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.public DecisionTaskCompletedEventAttributes withStartedEventId(Long startedEventId)
The ID of the DecisionTaskStarted
event recorded when this decision task was started. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
startedEventId
- The ID of the DecisionTaskStarted
event recorded when this decision task was started. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.public void setTaskList(TaskList taskList)
taskList
- public TaskList getTaskList()
public DecisionTaskCompletedEventAttributes withTaskList(TaskList taskList)
taskList
- public void setTaskListScheduleToStartTimeout(String taskListScheduleToStartTimeout)
The maximum amount of time the decision task can wait to be assigned to a worker.
taskListScheduleToStartTimeout
- The maximum amount of time the decision task can wait to be assigned to a worker.public String getTaskListScheduleToStartTimeout()
The maximum amount of time the decision task can wait to be assigned to a worker.
public DecisionTaskCompletedEventAttributes withTaskListScheduleToStartTimeout(String taskListScheduleToStartTimeout)
The maximum amount of time the decision task can wait to be assigned to a worker.
taskListScheduleToStartTimeout
- The maximum amount of time the decision task can wait to be assigned to a worker.public String toString()
toString
in class Object
Object.toString()
public DecisionTaskCompletedEventAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.