StructuredPojo, ToCopyableBuilder<WorkflowExecutionTimedOutEventAttributes.Builder,WorkflowExecutionTimedOutEventAttributes>@Generated("software.amazon.awssdk:codegen") public class WorkflowExecutionTimedOutEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<WorkflowExecutionTimedOutEventAttributes.Builder,WorkflowExecutionTimedOutEventAttributes>
Provides details of the WorkflowExecutionTimedOut event.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
WorkflowExecutionTimedOutEventAttributes.Builder |
| Modifier and Type | Method | 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) |
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends WorkflowExecutionTimedOutEventAttributes.Builder> |
serializableBuilderClass() |
|
String |
timeoutType() |
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() |
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()
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.