Class ChildWorkflowExecutionTimedOutEventAttributes
- java.lang.Object
-
- com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ChildWorkflowExecutionTimedOutEventAttributes extends Object implements Serializable, Cloneable
Provides details of the
ChildWorkflowExecutionTimedOutevent.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChildWorkflowExecutionTimedOutEventAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChildWorkflowExecutionTimedOutEventAttributesclone()booleanequals(Object obj)LonggetInitiatedEventId()The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision to start this child workflow execution.LonggetStartedEventId()The ID of theChildWorkflowExecutionStartedevent recorded when this child workflow execution was started.StringgetTimeoutType()The type of the timeout that caused the child workflow execution to time out.WorkflowExecutiongetWorkflowExecution()The child workflow execution that timed out.WorkflowTypegetWorkflowType()The type of the child workflow execution.inthashCode()voidsetInitiatedEventId(Long initiatedEventId)The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision to start this child workflow execution.voidsetStartedEventId(Long startedEventId)The ID of theChildWorkflowExecutionStartedevent recorded when this child workflow execution was started.voidsetTimeoutType(WorkflowExecutionTimeoutType timeoutType)The type of the timeout that caused the child workflow execution to time out.voidsetTimeoutType(String timeoutType)The type of the timeout that caused the child workflow execution to time out.voidsetWorkflowExecution(WorkflowExecution workflowExecution)The child workflow execution that timed out.voidsetWorkflowType(WorkflowType workflowType)The type of the child workflow execution.StringtoString()Returns a string representation of this object; useful for testing and debugging.ChildWorkflowExecutionTimedOutEventAttributeswithInitiatedEventId(Long initiatedEventId)The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision to start this child workflow execution.ChildWorkflowExecutionTimedOutEventAttributeswithStartedEventId(Long startedEventId)The ID of theChildWorkflowExecutionStartedevent recorded when this child workflow execution was started.ChildWorkflowExecutionTimedOutEventAttributeswithTimeoutType(WorkflowExecutionTimeoutType timeoutType)The type of the timeout that caused the child workflow execution to time out.ChildWorkflowExecutionTimedOutEventAttributeswithTimeoutType(String timeoutType)The type of the timeout that caused the child workflow execution to time out.ChildWorkflowExecutionTimedOutEventAttributeswithWorkflowExecution(WorkflowExecution workflowExecution)The child workflow execution that timed out.ChildWorkflowExecutionTimedOutEventAttributeswithWorkflowType(WorkflowType workflowType)The type of the child workflow execution.
-
-
-
Method Detail
-
setWorkflowExecution
public void setWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that timed out.
- Parameters:
workflowExecution- The child workflow execution that timed out.
-
getWorkflowExecution
public WorkflowExecution getWorkflowExecution()
The child workflow execution that timed out.
- Returns:
- The child workflow execution that timed out.
-
withWorkflowExecution
public ChildWorkflowExecutionTimedOutEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that timed out.
- Parameters:
workflowExecution- The child workflow execution that timed out.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setWorkflowType
public void setWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
- Parameters:
workflowType- The type of the child workflow execution.
-
getWorkflowType
public WorkflowType getWorkflowType()
The type of the child workflow execution.
- Returns:
- The type of the child workflow execution.
-
withWorkflowType
public ChildWorkflowExecutionTimedOutEventAttributes withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
- Parameters:
workflowType- The type of the child workflow execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTimeoutType
public void setTimeoutType(String timeoutType)
The type of the timeout that caused the child workflow execution to time out.
- Parameters:
timeoutType- The type of the timeout that caused the child workflow execution to time out.- See Also:
WorkflowExecutionTimeoutType
-
getTimeoutType
public String getTimeoutType()
The type of the timeout that caused the child workflow execution to time out.
- Returns:
- The type of the timeout that caused the child workflow execution to time out.
- See Also:
WorkflowExecutionTimeoutType
-
withTimeoutType
public ChildWorkflowExecutionTimedOutEventAttributes withTimeoutType(String timeoutType)
The type of the timeout that caused the child workflow execution to time out.
- Parameters:
timeoutType- The type of the timeout that caused the child workflow execution to time out.- Returns:
- Returns a reference to this 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.
- 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.
- Parameters:
timeoutType- The type of the timeout that caused the child workflow execution to time out.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkflowExecutionTimeoutType
-
setInitiatedEventId
public void setInitiatedEventId(Long initiatedEventId)
The ID of the
StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision 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 theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision 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.
-
getInitiatedEventId
public Long getInitiatedEventId()
The ID of the
StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision 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
StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision 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(Long initiatedEventId)
The ID of the
StartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision 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 theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision 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:
- Returns a reference to this object so that method calls can be chained together.
-
setStartedEventId
public void setStartedEventId(Long startedEventId)
The ID of the
ChildWorkflowExecutionStartedevent 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 theChildWorkflowExecutionStartedevent 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.
-
getStartedEventId
public Long getStartedEventId()
The ID of the
ChildWorkflowExecutionStartedevent 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
ChildWorkflowExecutionStartedevent 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(Long startedEventId)
The ID of the
ChildWorkflowExecutionStartedevent 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 theChildWorkflowExecutionStartedevent 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:
- Returns a reference to this 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ChildWorkflowExecutionTimedOutEventAttributes clone()
-
-