StructuredPojo
, ToCopyableBuilder<WorkflowExecutionCanceledEventAttributes.Builder,WorkflowExecutionCanceledEventAttributes>
@Generated("software.amazon.awssdk:codegen") public class WorkflowExecutionCanceledEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<WorkflowExecutionCanceledEventAttributes.Builder,WorkflowExecutionCanceledEventAttributes>
Provides details of the WorkflowExecutionCanceled
event.
Modifier and Type | Class | Description |
---|---|---|
static interface |
WorkflowExecutionCanceledEventAttributes.Builder |
Modifier and Type | Method | 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) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends WorkflowExecutionCanceledEventAttributes.Builder> |
serializableBuilderClass() |
|
WorkflowExecutionCanceledEventAttributes.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<WorkflowExecutionCanceledEventAttributes.Builder,WorkflowExecutionCanceledEventAttributes>
public static WorkflowExecutionCanceledEventAttributes.Builder builder()
public static Class<? extends WorkflowExecutionCanceledEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.