StructuredPojo, ToCopyableBuilder<ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder,ExternalWorkflowExecutionCancelRequestedEventAttributes>@Generated("software.amazon.awssdk:codegen") public class ExternalWorkflowExecutionCancelRequestedEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder,ExternalWorkflowExecutionCancelRequestedEventAttributes>
Provides details of the ExternalWorkflowExecutionCancelRequested event.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Long |
initiatedEventId() |
The ID of the
RequestCancelExternalWorkflowExecutionInitiated event corresponding to the
RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
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.
|
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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder,ExternalWorkflowExecutionCancelRequestedEventAttributes>public static ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder builder()
public static Class<? extends ExternalWorkflowExecutionCancelRequestedEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.