public class WorkflowExecutionCompletedEventAttributes extends Object implements Serializable, Cloneable
 Provides details of the WorkflowExecutionCompleted event.
 
| Constructor and Description | 
|---|
| WorkflowExecutionCompletedEventAttributes() | 
| Modifier and Type | Method and Description | 
|---|---|
| WorkflowExecutionCompletedEventAttributes | clone() | 
| boolean | equals(Object obj) | 
| Long | getDecisionTaskCompletedEventId()
 The ID of the  DecisionTaskCompletedevent corresponding to
 the decision task that resulted in theCompleteWorkflowExecutiondecision to complete this
 execution. | 
| String | getResult()
 The result produced by the workflow execution upon successful completion. | 
| int | hashCode() | 
| void | setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  DecisionTaskCompletedevent corresponding to
 the decision task that resulted in theCompleteWorkflowExecutiondecision to complete this
 execution. | 
| void | setResult(String result)
 The result produced by the workflow execution upon successful completion. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| WorkflowExecutionCompletedEventAttributes | withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  DecisionTaskCompletedevent corresponding to
 the decision task that resulted in theCompleteWorkflowExecutiondecision to complete this
 execution. | 
| WorkflowExecutionCompletedEventAttributes | withResult(String result)
 The result produced by the workflow execution upon successful completion. | 
public WorkflowExecutionCompletedEventAttributes()
public void setResult(String result)
The result produced by the workflow execution upon successful completion.
result - The result produced by the workflow execution upon successful
        completion.public String getResult()
The result produced by the workflow execution upon successful completion.
public WorkflowExecutionCompletedEventAttributes withResult(String result)
The result produced by the workflow execution upon successful completion.
result - The result produced by the workflow execution upon successful
        completion.public void setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the DecisionTaskCompleted event corresponding to
 the decision task that resulted in the
 CompleteWorkflowExecution decision to complete this
 execution. This information can be useful for diagnosing problems by
 tracing back the chain of events leading up to this event.
 
decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event
        corresponding to the decision task that resulted in the
        CompleteWorkflowExecution decision to complete this
        execution. This information can be useful for diagnosing problems
        by tracing back the chain of events leading up to this event.public Long getDecisionTaskCompletedEventId()
 The ID of the DecisionTaskCompleted event corresponding to
 the decision task that resulted in the
 CompleteWorkflowExecution decision to complete this
 execution. This information can be useful for diagnosing problems by
 tracing back the chain of events leading up to this event.
 
DecisionTaskCompleted event
         corresponding to the decision task that resulted in the
         CompleteWorkflowExecution decision to complete this
         execution. This information can be useful for diagnosing problems
         by tracing back the chain of events leading up to this event.public WorkflowExecutionCompletedEventAttributes withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the DecisionTaskCompleted event corresponding to
 the decision task that resulted in the
 CompleteWorkflowExecution decision to complete this
 execution. This information can be useful for diagnosing problems by
 tracing back the chain of events leading up to this event.
 
decisionTaskCompletedEventId - The ID of the DecisionTaskCompleted event
        corresponding to the decision task that resulted in the
        CompleteWorkflowExecution decision to complete this
        execution. 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 WorkflowExecutionCompletedEventAttributes clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.