@Generated(value="software.amazon.awssdk:codegen") public final class SignalWorkflowExecutionRequest extends SwfRequest implements ToCopyableBuilder<SignalWorkflowExecutionRequest.Builder,SignalWorkflowExecutionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SignalWorkflowExecutionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SignalWorkflowExecutionRequest.Builder |
builder() |
String |
domain()
The name of the domain containing the workflow execution to signal.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
input()
Data to attach to the
WorkflowExecutionSignaled event in the target workflow execution's history. |
String |
runId()
The runId of the workflow execution to signal.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SignalWorkflowExecutionRequest.Builder> |
serializableBuilderClass() |
String |
signalName()
The name of the signal.
|
SignalWorkflowExecutionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workflowId()
The workflowId of the workflow execution to signal.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domain()
The name of the domain containing the workflow execution to signal.
public final String workflowId()
The workflowId of the workflow execution to signal.
public final String runId()
The runId of the workflow execution to signal.
public final String signalName()
The name of the signal. This name must be meaningful to the target workflow.
public final String input()
Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.
WorkflowExecutionSignaled event in the target workflow execution's
history.public SignalWorkflowExecutionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SignalWorkflowExecutionRequest.Builder,SignalWorkflowExecutionRequest>toBuilder in class SwfRequestpublic static SignalWorkflowExecutionRequest.Builder builder()
public static Class<? extends SignalWorkflowExecutionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.