StructuredPojo
, ToCopyableBuilder<RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder,RequestCancelExternalWorkflowExecutionFailedEventAttributes>
@Generated("software.amazon.awssdk:codegen") public class RequestCancelExternalWorkflowExecutionFailedEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder,RequestCancelExternalWorkflowExecutionFailedEventAttributes>
Provides details of the RequestCancelExternalWorkflowExecutionFailed
event.
Modifier and Type | Class | Description |
---|---|---|
static interface |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
Modifier and Type | Method | Description |
---|---|---|
static RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
builder() |
|
String |
cause() |
The cause of the failure.
|
String |
control() |
|
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) |
|
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 . |
String |
runId() |
The
runId of the external workflow execution. |
static Class<? extends RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder> |
serializableBuilderClass() |
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes.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 to which the cancel request was to be delivered. |
public String workflowId()
The workflowId
of the external workflow to which the cancel request was to be delivered.
workflowId
of the external workflow to which the cancel request was to be delivered.public String runId()
The runId
of the external workflow execution.
runId
of the external workflow execution.public String cause()
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
RequestCancelExternalWorkflowExecutionFailedCause
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 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()
public RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder,RequestCancelExternalWorkflowExecutionFailedEventAttributes>
public static RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder builder()
public static Class<? extends RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.