Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class ChildWorkflowExecutionCompletedEventAttributes

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes

public class ChildWorkflowExecutionCompletedEventAttributes
extends Object

Provides details of the ChildWorkflowExecutionCompleted event.


Constructor Summary
ChildWorkflowExecutionCompletedEventAttributes()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChildWorkflowExecutionCompletedEventAttributes

public ChildWorkflowExecutionCompletedEventAttributes()
Method Detail

getWorkflowExecution

public WorkflowExecution getWorkflowExecution()
The child workflow execution that was completed.

Returns:
The child workflow execution that was completed.

setWorkflowExecution

public void setWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was completed.

Parameters:
workflowExecution - The child workflow execution that was completed.

withWorkflowExecution

public ChildWorkflowExecutionCompletedEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was completed.

Returns a reference to this object so that method calls can be chained together.

Parameters:
workflowExecution - The child workflow execution that was completed.
Returns:
A reference to this updated object so that method calls can be chained together.

getWorkflowType

public WorkflowType getWorkflowType()
The type of the child workflow execution.

Returns:
The type of the child workflow execution.

setWorkflowType

public void setWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.

Parameters:
workflowType - The type of the child workflow execution.

withWorkflowType

public ChildWorkflowExecutionCompletedEventAttributes withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.

Returns a reference to this object so that method calls can be chained together.

Parameters:
workflowType - The type of the child workflow execution.
Returns:
A reference to this updated object so that method calls can be chained together.

getResult

public String getResult()
The result of the child workflow execution (if any).

Constraints:
Length: 0 - 32768

Returns:
The result of the child workflow execution (if any).

setResult

public void setResult(String result)
The result of the child workflow execution (if any).

Constraints:
Length: 0 - 32768

Parameters:
result - The result of the child workflow execution (if any).

withResult

public ChildWorkflowExecutionCompletedEventAttributes withResult(String result)
The result of the child workflow execution (if any).

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 0 - 32768

Parameters:
result - The result of the child workflow execution (if any).
Returns:
A reference to this updated object so that method calls can be chained together.

getInitiatedEventId

public Long getInitiatedEventId()
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.

Returns:
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.

setInitiatedEventId

public void setInitiatedEventId(Long 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.

Parameters:
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.

withInitiatedEventId

public ChildWorkflowExecutionCompletedEventAttributes withInitiatedEventId(Long 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

getStartedEventId

public Long getStartedEventId()
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.

Returns:
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.

setStartedEventId

public void setStartedEventId(Long 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.

Parameters:
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.

withStartedEventId

public ChildWorkflowExecutionCompletedEventAttributes withStartedEventId(Long 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.