@Generated(value="software.amazon.awssdk:codegen") public class WorkflowExecutionTimedOutEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<WorkflowExecutionTimedOutEventAttributes.Builder,WorkflowExecutionTimedOutEventAttributes>
Provides the details of the WorkflowExecutionTimedOut event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkflowExecutionTimedOutEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionTimedOutEventAttributes.Builder |
builder() |
ChildPolicy |
childPolicy()
The policy used for the child workflow executions of this workflow execution.
|
String |
childPolicyAsString()
The policy used for the child workflow executions of this workflow execution.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends WorkflowExecutionTimedOutEventAttributes.Builder> |
serializableBuilderClass() |
WorkflowExecutionTimeoutType |
timeoutType()
The type of timeout that caused this event.
|
String |
timeoutTypeAsString()
The type of timeout that caused this event.
|
WorkflowExecutionTimedOutEventAttributes.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic WorkflowExecutionTimeoutType timeoutType()
The type of timeout that caused this event.
If the service returns an enum value that is not available in the current SDK version, timeoutType will
return WorkflowExecutionTimeoutType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from timeoutTypeAsString().
WorkflowExecutionTimeoutTypepublic String timeoutTypeAsString()
The type of timeout that caused this event.
If the service returns an enum value that is not available in the current SDK version, timeoutType will
return WorkflowExecutionTimeoutType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from timeoutTypeAsString().
WorkflowExecutionTimeoutTypepublic ChildPolicy childPolicy()
The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
TERMINATE – The child executions are terminated.
REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a
WorkflowExecutionCancelRequested event 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 is taken. The child executions continue to run.
If the service returns an enum value that is not available in the current SDK version, childPolicy will
return ChildPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
childPolicyAsString().
The supported child policies are:
TERMINATE – The child executions are terminated.
REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a
WorkflowExecutionCancelRequested event 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 is taken. The child executions continue to run.
ChildPolicypublic String childPolicyAsString()
The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
TERMINATE – The child executions are terminated.
REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a
WorkflowExecutionCancelRequested event 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 is taken. The child executions continue to run.
If the service returns an enum value that is not available in the current SDK version, childPolicy will
return ChildPolicy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
childPolicyAsString().
The supported child policies are:
TERMINATE – The child executions are terminated.
REQUEST_CANCEL – A request to cancel is attempted for each child execution by recording a
WorkflowExecutionCancelRequested event 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 is taken. The child executions continue to run.
ChildPolicypublic WorkflowExecutionTimedOutEventAttributes.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<WorkflowExecutionTimedOutEventAttributes.Builder,WorkflowExecutionTimedOutEventAttributes>public static WorkflowExecutionTimedOutEventAttributes.Builder builder()
public static Class<? extends WorkflowExecutionTimedOutEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.