StructuredPojo
, ToCopyableBuilder<SignalExternalWorkflowExecutionFailedEventAttributes.Builder,SignalExternalWorkflowExecutionFailedEventAttributes>
@Generated("software.amazon.awssdk:codegen") public class SignalExternalWorkflowExecutionFailedEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<SignalExternalWorkflowExecutionFailedEventAttributes.Builder,SignalExternalWorkflowExecutionFailedEventAttributes>
Provides details of the SignalExternalWorkflowExecutionFailed
event.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SignalExternalWorkflowExecutionFailedEventAttributes.Builder |
Modifier and Type | Method | 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) |
Marshalls this structured data using the given
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() |
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 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.
SignalExternalWorkflowExecutionFailedCause
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SignalExternalWorkflowExecutionFailedEventAttributes.Builder,SignalExternalWorkflowExecutionFailedEventAttributes>
public static SignalExternalWorkflowExecutionFailedEventAttributes.Builder builder()
public static Class<? extends SignalExternalWorkflowExecutionFailedEventAttributes.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.