|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionDecisionAttributes
public class SignalExternalWorkflowExecutionDecisionAttributes
Provides details of the SignalExternalWorkflowExecution
decision.
Constructor Summary | |
---|---|
SignalExternalWorkflowExecutionDecisionAttributes()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getControl()
Optional data attached to the event that can be used by the decider in subsequent decision tasks. |
java.lang.String |
getInput()
Optional input to be provided with the signal.The target workflow execution will use the signal name and input to process the signal. |
java.lang.String |
getRunId()
The runId of the workflow execution to be signaled. |
java.lang.String |
getSignalName()
The name of the signal.The target workflow execution will use the signal name and input to process the signal. |
java.lang.String |
getWorkflowId()
The workflowId of the workflow execution to be signaled. |
int |
hashCode()
|
void |
setControl(java.lang.String control)
Optional data attached to the event that can be used by the decider in subsequent decision tasks. |
void |
setInput(java.lang.String input)
Optional input to be provided with the signal.The target workflow execution will use the signal name and input to process the signal. |
void |
setRunId(java.lang.String runId)
The runId of the workflow execution to be signaled. |
void |
setSignalName(java.lang.String signalName)
The name of the signal.The target workflow execution will use the signal name and input to process the signal. |
void |
setWorkflowId(java.lang.String workflowId)
The workflowId of the workflow execution to be signaled. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
SignalExternalWorkflowExecutionDecisionAttributes |
withControl(java.lang.String control)
Optional data attached to the event that can be used by the decider in subsequent decision tasks. |
SignalExternalWorkflowExecutionDecisionAttributes |
withInput(java.lang.String input)
Optional input to be provided with the signal.The target workflow execution will use the signal name and input to process the signal. |
SignalExternalWorkflowExecutionDecisionAttributes |
withRunId(java.lang.String runId)
The runId of the workflow execution to be signaled. |
SignalExternalWorkflowExecutionDecisionAttributes |
withSignalName(java.lang.String signalName)
The name of the signal.The target workflow execution will use the signal name and input to process the signal. |
SignalExternalWorkflowExecutionDecisionAttributes |
withWorkflowId(java.lang.String workflowId)
The workflowId of the workflow execution to be signaled. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SignalExternalWorkflowExecutionDecisionAttributes()
Method Detail |
---|
public java.lang.String getWorkflowId()
workflowId
of the workflow execution to be signaled.
This field is required.
Constraints:
Length: 1 - 256
workflowId
of the workflow execution to be signaled.
This field is required.public void setWorkflowId(java.lang.String workflowId)
workflowId
of the workflow execution to be signaled.
This field is required.
Constraints:
Length: 1 - 256
workflowId
- The workflowId
of the workflow execution to be signaled.
This field is required.public SignalExternalWorkflowExecutionDecisionAttributes withWorkflowId(java.lang.String workflowId)
workflowId
of the workflow execution to be signaled.
This field is required.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
workflowId
- The workflowId
of the workflow execution to be signaled.
This field is required.
public java.lang.String getRunId()
runId
of the workflow execution to be signaled.
Constraints:
Length: 0 - 64
runId
of the workflow execution to be signaled.public void setRunId(java.lang.String runId)
runId
of the workflow execution to be signaled.
Constraints:
Length: 0 - 64
runId
- The runId
of the workflow execution to be signaled.public SignalExternalWorkflowExecutionDecisionAttributes withRunId(java.lang.String runId)
runId
of the workflow execution to be signaled.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 64
runId
- The runId
of the workflow execution to be signaled.
public java.lang.String getSignalName()
Constraints:
Length: 1 - 256
public void setSignalName(java.lang.String signalName)
Constraints:
Length: 1 - 256
signalName
- The name of the signal.The target workflow execution will use the
signal name and input to process the signal. This field is required.public SignalExternalWorkflowExecutionDecisionAttributes withSignalName(java.lang.String signalName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
signalName
- The name of the signal.The target workflow execution will use the
signal name and input to process the signal. This field is required.
public java.lang.String getInput()
Constraints:
Length: 0 - 32768
public void setInput(java.lang.String input)
Constraints:
Length: 0 - 32768
input
- Optional input to be provided with the signal.The target workflow
execution will use the signal name and input to process the signal.public SignalExternalWorkflowExecutionDecisionAttributes withInput(java.lang.String input)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32768
input
- Optional input to be provided with the signal.The target workflow
execution will use the signal name and input to process the signal.
public java.lang.String getControl()
Constraints:
Length: 0 - 32768
public void setControl(java.lang.String control)
Constraints:
Length: 0 - 32768
control
- Optional data attached to the event that can be used by the decider in
subsequent decision tasks.public SignalExternalWorkflowExecutionDecisionAttributes withControl(java.lang.String control)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32768
control
- Optional data attached to the event that can be used by the decider in
subsequent decision tasks.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |