@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)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
List<SdkField<?>> | 
sdkFields()  | 
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()  | 
copypublic String details()
The details of the cancellation.
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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<WorkflowExecutionCanceledEventAttributes.Builder,WorkflowExecutionCanceledEventAttributes>public static WorkflowExecutionCanceledEventAttributes.Builder builder()
public static Class<? extends WorkflowExecutionCanceledEventAttributes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.