@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. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller 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. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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. |
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 String toString()
toString in class ObjectObject.toString()public DecisionTaskCompletedEventAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.