@Generated(value="software.amazon.awssdk:codegen") public class SignalExternalWorkflowExecutionFailedEventAttributes extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<SignalExternalWorkflowExecutionFailedEventAttributes.Builder,SignalExternalWorkflowExecutionFailedEventAttributes>
Provides details of the SignalExternalWorkflowExecutionFailed event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SignalExternalWorkflowExecutionFailedEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SignalExternalWorkflowExecutionFailedEventAttributes.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
SignalExternalWorkflowExecution decision for this signal. |
boolean |
equals(Object obj) |
int |
hashCode() |
Long |
initiatedEventId()
The ID of the
SignalExternalWorkflowExecutionInitiated event corresponding to the
SignalExternalWorkflowExecution decision to request this signal. |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
runId()
The
runId of the external workflow execution that the signal was being delivered to. |
static Class<? extends SignalExternalWorkflowExecutionFailedEventAttributes.Builder> |
serializableBuilderClass() |
SignalExternalWorkflowExecutionFailedEventAttributes.Builder |
toBuilder() |
String |
toString() |
String |
workflowId()
The
workflowId of the external workflow execution that the signal was being delivered to. |
public String workflowId()
The workflowId of the external workflow execution that the signal was being delivered to.
workflowId of the external workflow execution that the signal was being delivered to.public String runId()
The runId of the external workflow execution that the signal was being delivered to.
runId of the external workflow execution that the signal was being delivered to.public String cause()
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
SignalExternalWorkflowExecutionFailedCausepublic Long initiatedEventId()
The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the
SignalExternalWorkflowExecution decision to request this signal. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to this event.
SignalExternalWorkflowExecutionInitiated event corresponding to the
SignalExternalWorkflowExecution decision to request this signal. 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
SignalExternalWorkflowExecution decision for this signal. 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 SignalExternalWorkflowExecution decision for this signal. This information can be
useful for diagnosing problems by tracing back the chain of events leading up to this event.public String control()
public SignalExternalWorkflowExecutionFailedEventAttributes.Builder toBuilder()
public static SignalExternalWorkflowExecutionFailedEventAttributes.Builder builder()
public static Class<? extends SignalExternalWorkflowExecutionFailedEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.