Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class ChildWorkflowExecutionTimedOutEventAttributes

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

public class ChildWorkflowExecutionTimedOutEventAttributes
extends java.lang.Object

Provides details of the ChildWorkflowExecutionTimedOut event.


Constructor Summary
ChildWorkflowExecutionTimedOutEventAttributes()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Long getInitiatedEventId()
          The id of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
 java.lang.Long getStartedEventId()
          The Id of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.
 java.lang.String getTimeoutType()
          The type of the timeout that caused the child workflow execution to time out.
 WorkflowExecution getWorkflowExecution()
          The child workflow execution that timed out.
 WorkflowType getWorkflowType()
          The type of the child workflow execution.
 int hashCode()
           
 void setInitiatedEventId(java.lang.Long initiatedEventId)
          The id of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
 void setStartedEventId(java.lang.Long startedEventId)
          The Id of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.
 void setTimeoutType(java.lang.String timeoutType)
          The type of the timeout that caused the child workflow execution to time out.
 void setTimeoutType(WorkflowExecutionTimeoutType timeoutType)
          The type of the timeout that caused the child workflow execution to time out.
 void setWorkflowExecution(WorkflowExecution workflowExecution)
          The child workflow execution that timed out.
 void setWorkflowType(WorkflowType workflowType)
          The type of the child workflow execution.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ChildWorkflowExecutionTimedOutEventAttributes withInitiatedEventId(java.lang.Long initiatedEventId)
          The id of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
 ChildWorkflowExecutionTimedOutEventAttributes withStartedEventId(java.lang.Long startedEventId)
          The Id of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.
 ChildWorkflowExecutionTimedOutEventAttributes withTimeoutType(java.lang.String timeoutType)
          The type of the timeout that caused the child workflow execution to time out.
 ChildWorkflowExecutionTimedOutEventAttributes withTimeoutType(WorkflowExecutionTimeoutType timeoutType)
          The type of the timeout that caused the child workflow execution to time out.
 ChildWorkflowExecutionTimedOutEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution)
          The child workflow execution that timed out.
 ChildWorkflowExecutionTimedOutEventAttributes 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

ChildWorkflowExecutionTimedOutEventAttributes

public ChildWorkflowExecutionTimedOutEventAttributes()
Method Detail

getWorkflowExecution

public WorkflowExecution getWorkflowExecution()
The child workflow execution that timed out.

Returns:
The child workflow execution that timed out.

setWorkflowExecution

public void setWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that timed out.

Parameters:
workflowExecution - The child workflow execution that timed out.

withWorkflowExecution

public ChildWorkflowExecutionTimedOutEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that timed out.

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

Parameters:
workflowExecution - The child workflow execution that timed out.
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 ChildWorkflowExecutionTimedOutEventAttributes 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.

getTimeoutType

public java.lang.String getTimeoutType()
The type of the timeout that caused the child workflow execution to time out.

Constraints:
Allowed Values: START_TO_CLOSE

Returns:
The type of the timeout that caused the child workflow execution to time out.
See Also:
WorkflowExecutionTimeoutType

setTimeoutType

public void setTimeoutType(java.lang.String timeoutType)
The type of the timeout that caused the child workflow execution to time out.

Constraints:
Allowed Values: START_TO_CLOSE

Parameters:
timeoutType - The type of the timeout that caused the child workflow execution to time out.
See Also:
WorkflowExecutionTimeoutType

withTimeoutType

public ChildWorkflowExecutionTimedOutEventAttributes withTimeoutType(java.lang.String timeoutType)
The type of the timeout that caused the child workflow execution to time out.

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

Constraints:
Allowed Values: START_TO_CLOSE

Parameters:
timeoutType - The type of the timeout that caused the child workflow execution to time out.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
WorkflowExecutionTimeoutType

setTimeoutType

public void setTimeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of the timeout that caused the child workflow execution to time out.

Constraints:
Allowed Values: START_TO_CLOSE

Parameters:
timeoutType - The type of the timeout that caused the child workflow execution to time out.
See Also:
WorkflowExecutionTimeoutType

withTimeoutType

public ChildWorkflowExecutionTimedOutEventAttributes withTimeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of the timeout that caused the child workflow execution to time out.

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

Constraints:
Allowed Values: START_TO_CLOSE

Parameters:
timeoutType - The type of the timeout that caused the child workflow execution to time out.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
WorkflowExecutionTimeoutType

getInitiatedEventId

public java.lang.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(java.lang.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 ChildWorkflowExecutionTimedOutEventAttributes withInitiatedEventId(java.lang.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 java.lang.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(java.lang.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 ChildWorkflowExecutionTimedOutEventAttributes withStartedEventId(java.lang.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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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