@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SignalWorkflowExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SignalWorkflowExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
SignalWorkflowExecutionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomain()
The name of the domain containing the workflow execution to signal.
|
String |
getInput()
Data to attach to the
WorkflowExecutionSignaled event in the target workflow execution's history. |
String |
getRunId()
The runId of the workflow execution to signal.
|
String |
getSignalName()
The name of the signal.
|
String |
getWorkflowId()
The workflowId of the workflow execution to signal.
|
int |
hashCode() |
void |
setDomain(String domain)
The name of the domain containing the workflow execution to signal.
|
void |
setInput(String input)
Data to attach to the
WorkflowExecutionSignaled event in the target workflow execution's history. |
void |
setRunId(String runId)
The runId of the workflow execution to signal.
|
void |
setSignalName(String signalName)
The name of the signal.
|
void |
setWorkflowId(String workflowId)
The workflowId of the workflow execution to signal.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SignalWorkflowExecutionRequest |
withDomain(String domain)
The name of the domain containing the workflow execution to signal.
|
SignalWorkflowExecutionRequest |
withInput(String input)
Data to attach to the
WorkflowExecutionSignaled event in the target workflow execution's history. |
SignalWorkflowExecutionRequest |
withRunId(String runId)
The runId of the workflow execution to signal.
|
SignalWorkflowExecutionRequest |
withSignalName(String signalName)
The name of the signal.
|
SignalWorkflowExecutionRequest |
withWorkflowId(String workflowId)
The workflowId of the workflow execution to signal.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomain(String domain)
The name of the domain containing the workflow execution to signal.
domain
- The name of the domain containing the workflow execution to signal.public String getDomain()
The name of the domain containing the workflow execution to signal.
public SignalWorkflowExecutionRequest withDomain(String domain)
The name of the domain containing the workflow execution to signal.
domain
- The name of the domain containing the workflow execution to signal.public void setWorkflowId(String workflowId)
The workflowId of the workflow execution to signal.
workflowId
- The workflowId of the workflow execution to signal.public String getWorkflowId()
The workflowId of the workflow execution to signal.
public SignalWorkflowExecutionRequest withWorkflowId(String workflowId)
The workflowId of the workflow execution to signal.
workflowId
- The workflowId of the workflow execution to signal.public void setRunId(String runId)
The runId of the workflow execution to signal.
runId
- The runId of the workflow execution to signal.public String getRunId()
The runId of the workflow execution to signal.
public SignalWorkflowExecutionRequest withRunId(String runId)
The runId of the workflow execution to signal.
runId
- The runId of the workflow execution to signal.public void setSignalName(String signalName)
The name of the signal. This name must be meaningful to the target workflow.
signalName
- The name of the signal. This name must be meaningful to the target workflow.public String getSignalName()
The name of the signal. This name must be meaningful to the target workflow.
public SignalWorkflowExecutionRequest withSignalName(String signalName)
The name of the signal. This name must be meaningful to the target workflow.
signalName
- The name of the signal. This name must be meaningful to the target workflow.public void setInput(String input)
Data to attach to the WorkflowExecutionSignaled
event in the target workflow execution's history.
input
- Data to attach to the WorkflowExecutionSignaled
event in the target workflow execution's
history.public String getInput()
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 withInput(String input)
Data to attach to the WorkflowExecutionSignaled
event in the target workflow execution's history.
input
- Data to attach to the WorkflowExecutionSignaled
event in the target workflow execution's
history.public String toString()
toString
in class Object
Object.toString()
public SignalWorkflowExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.