public class ChildWorkflowExecutionCompletedEventAttributes extends Object implements Serializable
Provides details of the ChildWorkflowExecutionCompleted
event.
Constructor and Description |
---|
ChildWorkflowExecutionCompletedEventAttributes() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Long |
getInitiatedEventId()
The id of the
StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. |
String |
getResult()
The result of the child workflow execution (if any).
|
Long |
getStartedEventId()
The Id of the
ChildWorkflowExecutionStarted event
recorded when this child workflow execution was started. |
WorkflowExecution |
getWorkflowExecution()
The child workflow execution that was completed.
|
WorkflowType |
getWorkflowType()
The type of the child workflow execution.
|
int |
hashCode() |
void |
setInitiatedEventId(Long initiatedEventId)
The id of the
StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. |
void |
setResult(String result)
The result of the child workflow execution (if any).
|
void |
setStartedEventId(Long startedEventId)
The Id of the
ChildWorkflowExecutionStarted event
recorded when this child workflow execution was started. |
void |
setWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was completed.
|
void |
setWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ChildWorkflowExecutionCompletedEventAttributes |
withInitiatedEventId(Long initiatedEventId)
The id of the
StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. |
ChildWorkflowExecutionCompletedEventAttributes |
withResult(String result)
The result of the child workflow execution (if any).
|
ChildWorkflowExecutionCompletedEventAttributes |
withStartedEventId(Long startedEventId)
The Id of the
ChildWorkflowExecutionStarted event
recorded when this child workflow execution was started. |
ChildWorkflowExecutionCompletedEventAttributes |
withWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was completed.
|
ChildWorkflowExecutionCompletedEventAttributes |
withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
public ChildWorkflowExecutionCompletedEventAttributes()
public WorkflowExecution getWorkflowExecution()
public void setWorkflowExecution(WorkflowExecution workflowExecution)
workflowExecution
- The child workflow execution that was completed.public ChildWorkflowExecutionCompletedEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution)
Returns a reference to this object so that method calls can be chained together.
workflowExecution
- The child workflow execution that was completed.public WorkflowType getWorkflowType()
public void setWorkflowType(WorkflowType workflowType)
workflowType
- The type of the child workflow execution.public ChildWorkflowExecutionCompletedEventAttributes withWorkflowType(WorkflowType workflowType)
Returns a reference to this object so that method calls can be chained together.
workflowType
- The type of the child workflow execution.public String getResult()
Constraints:
Length: 0 - 32768
public void setResult(String result)
Constraints:
Length: 0 - 32768
result
- The result of the child workflow execution (if any).public ChildWorkflowExecutionCompletedEventAttributes withResult(String result)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32768
result
- The result of the child workflow execution (if any).public Long getInitiatedEventId()
StartChildWorkflowExecutionInitiated
event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.StartChildWorkflowExecutionInitiated
event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.public void setInitiatedEventId(Long initiatedEventId)
StartChildWorkflowExecutionInitiated
event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.initiatedEventId
- The id of the StartChildWorkflowExecutionInitiated
event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.public ChildWorkflowExecutionCompletedEventAttributes withInitiatedEventId(Long initiatedEventId)
StartChildWorkflowExecutionInitiated
event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.
Returns a reference to this object so that method calls can be chained together.
initiatedEventId
- The id of the StartChildWorkflowExecutionInitiated
event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.public Long getStartedEventId()
ChildWorkflowExecutionStarted
event
recorded when this child workflow execution was started. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.ChildWorkflowExecutionStarted
event
recorded when this child workflow execution was started. 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)
ChildWorkflowExecutionStarted
event
recorded when this child workflow execution 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 ChildWorkflowExecutionStarted
event
recorded when this child workflow execution was started. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.public ChildWorkflowExecutionCompletedEventAttributes withStartedEventId(Long startedEventId)
ChildWorkflowExecutionStarted
event
recorded when this child workflow execution was started. This
information can be useful for diagnosing problems by tracing back the
chain of events leading up to this event.
Returns a reference to this object so that method calls can be chained together.
startedEventId
- The Id of the ChildWorkflowExecutionStarted
event
recorded when this child workflow execution 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.