@Generated(value="software.amazon.awssdk:codegen") public class WorkflowExecutionTimedOutEventAttributes extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<WorkflowExecutionTimedOutEventAttributes.Builder,WorkflowExecutionTimedOutEventAttributes>
Provides 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() |
String |
childPolicy()
The policy used for the child workflow executions of this workflow execution.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends WorkflowExecutionTimedOutEventAttributes.Builder> |
serializableBuilderClass() |
String |
timeoutType()
The type of timeout that caused this event.
|
WorkflowExecutionTimedOutEventAttributes.Builder |
toBuilder() |
String |
toString() |
public String timeoutType()
The type of timeout that caused this event.
WorkflowExecutionTimeoutTypepublic String childPolicy()
The policy used for the child workflow executions of this workflow execution.
The supported child policies are:
WorkflowExecutionCancelRequested event in its history. It is up to the decider to take appropriate
actions when it receives an execution history with this event.The supported child policies are:
WorkflowExecutionCancelRequested event in its history. It is up to the decider to take
appropriate actions when it receives an execution history with this event.ChildPolicypublic WorkflowExecutionTimedOutEventAttributes.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<WorkflowExecutionTimedOutEventAttributes.Builder,WorkflowExecutionTimedOutEventAttributes>public static WorkflowExecutionTimedOutEventAttributes.Builder builder()
public static Class<? extends WorkflowExecutionTimedOutEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.