@Generated(value="software.amazon.awssdk:codegen") public final class ExternalWorkflowExecutionCancelRequestedEventAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder,ExternalWorkflowExecutionCancelRequestedEventAttributes>
Provides the details of the ExternalWorkflowExecutionCancelRequested
event.
Modifier and Type | Class and Description |
---|---|
static interface |
ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder |
Modifier and Type | Method and Description |
---|---|
static ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
initiatedEventId()
The ID of the
RequestCancelExternalWorkflowExecutionInitiated event corresponding to the
RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder> |
serializableBuilderClass() |
ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
WorkflowExecution |
workflowExecution()
The external workflow execution to which the cancellation request was delivered.
|
copy
public WorkflowExecution workflowExecution()
The external workflow execution to which the cancellation request was delivered.
public Long initiatedEventId()
The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the
RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the
RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution.
This information can be useful for diagnosing problems by tracing back the chain of events leading up to
this event.public ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder,ExternalWorkflowExecutionCancelRequestedEventAttributes>
public static ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder builder()
public static Class<? extends ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.