@Generated(value="software.amazon.awssdk:codegen") public final class RequestCancelExternalWorkflowExecutionInitiatedEventAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder,RequestCancelExternalWorkflowExecutionInitiatedEventAttributes>
 Provides the details of the RequestCancelExternalWorkflowExecutionInitiated event.
 
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder | 
builder()  | 
String | 
control()
 Data attached to the event that can be used by the decider in subsequent workflow tasks. 
 | 
Long | 
decisionTaskCompletedEventId()
 The ID of the  
DecisionTaskCompleted event corresponding to the decision task that resulted in the
 RequestCancelExternalWorkflowExecution decision for this cancellation request. | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
String | 
runId()
 The  
runId of the external workflow execution to be canceled. | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder> | 
serializableBuilderClass()  | 
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
String | 
workflowId()
 The  
workflowId of the external workflow execution to be canceled. | 
copypublic String workflowId()
 The workflowId of the external workflow execution to be canceled.
 
workflowId of the external workflow execution to be canceled.public String runId()
 The runId of the external workflow execution to be canceled.
 
runId of the external workflow execution to be canceled.public Long decisionTaskCompletedEventId()
 The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the
 RequestCancelExternalWorkflowExecution 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 RequestCancelExternalWorkflowExecution 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 String control()
Data attached to the event that can be used by the decider in subsequent workflow tasks.
public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder,RequestCancelExternalWorkflowExecutionInitiatedEventAttributes>public static RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder builder()
public static Class<? extends RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.