@Generated(value="software.amazon.awssdk:codegen") public final class SignalExternalWorkflowExecutionInitiatedEventAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder,SignalExternalWorkflowExecutionInitiatedEventAttributes>
Provides the details of the SignalExternalWorkflowExecutionInitiated event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
builder() |
String |
control()
Data attached to the event that can be used by the decider in subsequent decision tasks.
|
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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
input()
The input provided to the signal.
|
String |
runId()
The
runId of the external workflow execution to send the signal to. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder> |
serializableBuilderClass() |
String |
signalName()
The name of the signal.
|
SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workflowId()
The
workflowId of the external workflow execution. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String workflowId()
The workflowId of the external workflow execution.
workflowId of the external workflow execution.public final String runId()
The runId of the external workflow execution to send the signal to.
runId of the external workflow execution to send the signal to.public final String signalName()
The name of the signal.
public final String input()
The input provided to the signal.
public final 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 final String control()
Data attached to the event that can be used by the decider in subsequent decision tasks.
public SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder toBuilder()
public static SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder builder()
public static Class<? extends SignalExternalWorkflowExecutionInitiatedEventAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.