@Generated(value="software.amazon.awssdk:codegen") public final class ChildWorkflowExecutionTimedOutEventAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChildWorkflowExecutionTimedOutEventAttributes.Builder,ChildWorkflowExecutionTimedOutEventAttributes>
Provides the details of the ChildWorkflowExecutionTimedOut
event.
Modifier and Type | Class and Description |
---|---|
static interface |
ChildWorkflowExecutionTimedOutEventAttributes.Builder |
Modifier and Type | Method and Description |
---|---|
static ChildWorkflowExecutionTimedOutEventAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
initiatedEventId()
The ID of the
StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution Decision to start this child workflow execution. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChildWorkflowExecutionTimedOutEventAttributes.Builder> |
serializableBuilderClass() |
Long |
startedEventId()
The ID of the
ChildWorkflowExecutionStarted event recorded when this child workflow execution was
started. |
WorkflowExecutionTimeoutType |
timeoutType()
The type of the timeout that caused the child workflow execution to time out.
|
String |
timeoutTypeAsString()
The type of the timeout that caused the child workflow execution to time out.
|
ChildWorkflowExecutionTimedOutEventAttributes.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
WorkflowExecution |
workflowExecution()
The child workflow execution that timed out.
|
WorkflowType |
workflowType()
The type of the child workflow execution.
|
copy
public WorkflowExecution workflowExecution()
The child workflow execution that timed out.
public WorkflowType workflowType()
The type of the child workflow execution.
public WorkflowExecutionTimeoutType timeoutType()
The type of the timeout that caused the child workflow execution to time out.
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()
.
WorkflowExecutionTimeoutType
public String timeoutTypeAsString()
The type of the timeout that caused the child workflow execution to time out.
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()
.
WorkflowExecutionTimeoutType
public Long initiatedEventId()
The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the
StartChildWorkflowExecution
Decision 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.
StartChildWorkflowExecutionInitiated
event corresponding to the
StartChildWorkflowExecution
Decision 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.public Long startedEventId()
The ID of the ChildWorkflowExecutionStarted
event 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.
ChildWorkflowExecutionStarted
event 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.public ChildWorkflowExecutionTimedOutEventAttributes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ChildWorkflowExecutionTimedOutEventAttributes.Builder,ChildWorkflowExecutionTimedOutEventAttributes>
public static ChildWorkflowExecutionTimedOutEventAttributes.Builder builder()
public static Class<? extends ChildWorkflowExecutionTimedOutEventAttributes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.