Class WorkflowExecutionTimedOutEventAttributes
- java.lang.Object
-
- com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimedOutEventAttributes
-
- All Implemented Interfaces:
Serializable,Cloneable
public class WorkflowExecutionTimedOutEventAttributes extends Object implements Serializable, Cloneable
Provides details of the
WorkflowExecutionTimedOutevent.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkflowExecutionTimedOutEventAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowExecutionTimedOutEventAttributesclone()booleanequals(Object obj)StringgetChildPolicy()The policy used for the child workflow executions of this workflow execution.StringgetTimeoutType()The type of timeout that caused this event.inthashCode()voidsetChildPolicy(ChildPolicy childPolicy)The policy used for the child workflow executions of this workflow execution.voidsetChildPolicy(String childPolicy)The policy used for the child workflow executions of this workflow execution.voidsetTimeoutType(WorkflowExecutionTimeoutType timeoutType)The type of timeout that caused this event.voidsetTimeoutType(String timeoutType)The type of timeout that caused this event.StringtoString()Returns a string representation of this object; useful for testing and debugging.WorkflowExecutionTimedOutEventAttributeswithChildPolicy(ChildPolicy childPolicy)The policy used for the child workflow executions of this workflow execution.WorkflowExecutionTimedOutEventAttributeswithChildPolicy(String childPolicy)The policy used for the child workflow executions of this workflow execution.WorkflowExecutionTimedOutEventAttributeswithTimeoutType(WorkflowExecutionTimeoutType timeoutType)The type of timeout that caused this event.WorkflowExecutionTimedOutEventAttributeswithTimeoutType(String timeoutType)The type of timeout that caused this event.
-
-
-
Method Detail
-
setTimeoutType
public void setTimeoutType(String timeoutType)
The type of timeout that caused this event.
- Parameters:
timeoutType- The type of timeout that caused this event.- See Also:
WorkflowExecutionTimeoutType
-
getTimeoutType
public String getTimeoutType()
The type of timeout that caused this event.
- Returns:
- The type of timeout that caused this event.
- See Also:
WorkflowExecutionTimeoutType
-
withTimeoutType
public WorkflowExecutionTimedOutEventAttributes withTimeoutType(String timeoutType)
The type of timeout that caused this event.
- Parameters:
timeoutType- The type of timeout that caused this event.- 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 timeout that caused this event.
- Parameters:
timeoutType- The type of timeout that caused this event.- See Also:
WorkflowExecutionTimeoutType
-
withTimeoutType
public WorkflowExecutionTimedOutEventAttributes withTimeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of timeout that caused this event.
- Parameters:
timeoutType- The type of timeout that caused this event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkflowExecutionTimeoutType
-
setChildPolicy
public void setChildPolicy(String childPolicy)
The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each
child execution by recording a
WorkflowExecutionCancelRequestedevent in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
- Parameters:
childPolicy- The policy used for the child workflow executions of this workflow execution.The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted
for each child execution by recording a
WorkflowExecutionCancelRequestedevent in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
- See Also:
ChildPolicy
-
getChildPolicy
public String getChildPolicy()
The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each
child execution by recording a
WorkflowExecutionCancelRequestedevent in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
- Returns:
- The policy used for the child workflow executions of this
workflow execution.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted
for each child execution by recording a
WorkflowExecutionCancelRequestedevent in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
- See Also:
ChildPolicy
-
withChildPolicy
public WorkflowExecutionTimedOutEventAttributes withChildPolicy(String childPolicy)
The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each
child execution by recording a
WorkflowExecutionCancelRequestedevent in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
- Parameters:
childPolicy- The policy used for the child workflow executions of this workflow execution.The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted
for each child execution by recording a
WorkflowExecutionCancelRequestedevent in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChildPolicy
-
setChildPolicy
public void setChildPolicy(ChildPolicy childPolicy)
The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each
child execution by recording a
WorkflowExecutionCancelRequestedevent in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
- Parameters:
childPolicy- The policy used for the child workflow executions of this workflow execution.The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted
for each child execution by recording a
WorkflowExecutionCancelRequestedevent in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
- See Also:
ChildPolicy
-
withChildPolicy
public WorkflowExecutionTimedOutEventAttributes withChildPolicy(ChildPolicy childPolicy)
The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted for each
child execution by recording a
WorkflowExecutionCancelRequestedevent in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
- Parameters:
childPolicy- The policy used for the child workflow executions of this workflow execution.The supported child policies are:
- TERMINATE: the child executions will be terminated.
- REQUEST_CANCEL: a request to cancel will be attempted
for each child execution by recording a
WorkflowExecutionCancelRequestedevent in its history. It is up to the decider to take appropriate actions when it receives an execution history with this event. - ABANDON: no action will be taken. The child executions will continue to run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChildPolicy
-
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 WorkflowExecutionTimedOutEventAttributes clone()
-
-