@Generated(value="software.amazon.awssdk:codegen") public final class WorkflowExecutionCanceledEventAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorkflowExecutionCanceledEventAttributes.Builder,WorkflowExecutionCanceledEventAttributes>
Provides the details of the WorkflowExecutionCanceled event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkflowExecutionCanceledEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowExecutionCanceledEventAttributes.Builder |
builder() |
Long |
decisionTaskCompletedEventId()
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
CancelWorkflowExecution decision for this cancellation request. |
String |
details()
The details of the cancellation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends WorkflowExecutionCanceledEventAttributes.Builder> |
serializableBuilderClass() |
WorkflowExecutionCanceledEventAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String details()
The details of the cancellation.
public final Long decisionTaskCompletedEventId()
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the
CancelWorkflowExecution decision for this cancellation request. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to this event.
DecisionTaskCompleted event corresponding to the decision task that resulted
in the CancelWorkflowExecution decision for this cancellation request. This information can
be useful for diagnosing problems by tracing back the chain of events leading up to this event.public WorkflowExecutionCanceledEventAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WorkflowExecutionCanceledEventAttributes.Builder,WorkflowExecutionCanceledEventAttributes>public static WorkflowExecutionCanceledEventAttributes.Builder builder()
public static Class<? extends WorkflowExecutionCanceledEventAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.