@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String result()
The result produced by the workflow execution upon successful completion.
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<WorkflowExecutionCompletedEventAttributes.Builder,WorkflowExecutionCompletedEventAttributes>
public static WorkflowExecutionCompletedEventAttributes.Builder builder()
public static Class<? extends WorkflowExecutionCompletedEventAttributes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.