@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)
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. |
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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.