@Generated(value="software.amazon.awssdk:codegen") public final class ChildWorkflowExecutionCanceledEventAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChildWorkflowExecutionCanceledEventAttributes.Builder,ChildWorkflowExecutionCanceledEventAttributes>
Provide details of the ChildWorkflowExecutionCanceled event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChildWorkflowExecutionCanceledEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChildWorkflowExecutionCanceledEventAttributes.Builder |
builder() |
String |
details()
Details of the cancellation (if provided).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(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 ChildWorkflowExecutionCanceledEventAttributes.Builder> |
serializableBuilderClass() |
Long |
startedEventId()
The ID of the
ChildWorkflowExecutionStarted event recorded when this child workflow execution was
started. |
ChildWorkflowExecutionCanceledEventAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
WorkflowExecution |
workflowExecution()
The child workflow execution that was canceled.
|
WorkflowType |
workflowType()
The type of the child workflow execution.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic WorkflowExecution workflowExecution()
The child workflow execution that was canceled.
public WorkflowType workflowType()
The type of the child workflow execution.
public String details()
Details of the cancellation (if provided).
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 ChildWorkflowExecutionCanceledEventAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChildWorkflowExecutionCanceledEventAttributes.Builder,ChildWorkflowExecutionCanceledEventAttributes>public static ChildWorkflowExecutionCanceledEventAttributes.Builder builder()
public static Class<? extends ChildWorkflowExecutionCanceledEventAttributes.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.