Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private SignalExternalWorkflowExecutionFailedEventAttributes |
HistoryEvent.signalExternalWorkflowExecutionFailedEventAttributes
If the event is of type
SignalExternalWorkflowExecutionFailed then this member is
set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
SignalExternalWorkflowExecutionFailedEventAttributes |
SignalExternalWorkflowExecutionFailedEventAttributes.clone() |
SignalExternalWorkflowExecutionFailedEventAttributes |
HistoryEvent.getSignalExternalWorkflowExecutionFailedEventAttributes()
If the event is of type
SignalExternalWorkflowExecutionFailed then this member is
set and provides detailed information about the event. |
SignalExternalWorkflowExecutionFailedEventAttributes |
SignalExternalWorkflowExecutionFailedEventAttributes.withCause(SignalExternalWorkflowExecutionFailedCause cause)
The cause of the failure.
|
SignalExternalWorkflowExecutionFailedEventAttributes |
SignalExternalWorkflowExecutionFailedEventAttributes.withCause(java.lang.String cause)
The cause of the failure.
|
SignalExternalWorkflowExecutionFailedEventAttributes |
SignalExternalWorkflowExecutionFailedEventAttributes.withControl(java.lang.String control) |
SignalExternalWorkflowExecutionFailedEventAttributes |
SignalExternalWorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision task that resulted in the
SignalExternalWorkflowExecution decision for this signal. |
SignalExternalWorkflowExecutionFailedEventAttributes |
SignalExternalWorkflowExecutionFailedEventAttributes.withInitiatedEventId(java.lang.Long initiatedEventId)
The ID of the
SignalExternalWorkflowExecutionInitiated event
corresponding to the SignalExternalWorkflowExecution
decision to request this signal. |
SignalExternalWorkflowExecutionFailedEventAttributes |
SignalExternalWorkflowExecutionFailedEventAttributes.withRunId(java.lang.String runId)
The
runId of the external workflow execution that the signal
was being delivered to. |
SignalExternalWorkflowExecutionFailedEventAttributes |
SignalExternalWorkflowExecutionFailedEventAttributes.withWorkflowId(java.lang.String workflowId)
The
workflowId of the external workflow execution that the
signal was being delivered to. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setSignalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes signalExternalWorkflowExecutionFailedEventAttributes)
If the event is of type
SignalExternalWorkflowExecutionFailed then this member is
set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withSignalExternalWorkflowExecutionFailedEventAttributes(SignalExternalWorkflowExecutionFailedEventAttributes signalExternalWorkflowExecutionFailedEventAttributes)
If the event is of type
SignalExternalWorkflowExecutionFailed then this member is
set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
SignalExternalWorkflowExecutionFailedEventAttributes |
SignalExternalWorkflowExecutionFailedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SignalExternalWorkflowExecutionFailedEventAttributesJsonMarshaller.marshall(SignalExternalWorkflowExecutionFailedEventAttributes signalExternalWorkflowExecutionFailedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|