@Generated(value="software.amazon.awssdk:codegen") public class WorkflowExecutionCanceledEventAttributes extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<WorkflowExecutionCanceledEventAttributes.Builder,WorkflowExecutionCanceledEventAttributes>
Provides 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()
Details for the cancellation (if any).
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends WorkflowExecutionCanceledEventAttributes.Builder> |
serializableBuilderClass() |
WorkflowExecutionCanceledEventAttributes.Builder |
toBuilder() |
String |
toString() |
public String details()
Details for the cancellation (if any).
public 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 software.amazon.awssdk.utils.builder.ToCopyableBuilder<WorkflowExecutionCanceledEventAttributes.Builder,WorkflowExecutionCanceledEventAttributes>public static WorkflowExecutionCanceledEventAttributes.Builder builder()
public static Class<? extends WorkflowExecutionCanceledEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.