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