@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
WorkflowExecution |
workflowExecution()
The external workflow execution to which the cancellation request was delivered.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final WorkflowExecution workflowExecution()
The external workflow execution to which the cancellation request was delivered.
public final 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()
public static ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder builder()
public static Class<? extends ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.