|
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.SignalExternalWorkflowExecutionInitiatedEventAttributes
public class SignalExternalWorkflowExecutionInitiatedEventAttributes
Provides details of the SignalExternalWorkflowExecutionInitiated
event.
Constructor Summary | |
---|---|
SignalExternalWorkflowExecutionInitiatedEventAttributes()
|
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.Long |
getDecisionTaskCompletedEventId()
The id of the DecisionTaskCompleted event corresponding
to the decision task that resulted in the
SignalExternalWorkflowExecution decision for this signal. |
java.lang.String |
getInput()
Input provided to the signal (if any). |
java.lang.String |
getRunId()
The runId of the external workflow execution to send the
signal to. |
java.lang.String |
getSignalName()
The name of the signal. |
java.lang.String |
getWorkflowId()
The workflowId of the external workflow execution. |
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 |
setDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The id of the DecisionTaskCompleted event corresponding
to the decision task that resulted in the
SignalExternalWorkflowExecution decision for this signal. |
void |
setInput(java.lang.String input)
Input provided to the signal (if any). |
void |
setRunId(java.lang.String runId)
The runId of the external workflow execution to send the
signal to. |
void |
setSignalName(java.lang.String signalName)
The name of the signal. |
void |
setWorkflowId(java.lang.String workflowId)
The workflowId of the external workflow execution. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
SignalExternalWorkflowExecutionInitiatedEventAttributes |
withControl(java.lang.String control)
Optional data attached to the event that can be used by the decider in subsequent decision tasks. |
SignalExternalWorkflowExecutionInitiatedEventAttributes |
withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The id of the DecisionTaskCompleted event corresponding
to the decision task that resulted in the
SignalExternalWorkflowExecution decision for this signal. |
SignalExternalWorkflowExecutionInitiatedEventAttributes |
withInput(java.lang.String input)
Input provided to the signal (if any). |
SignalExternalWorkflowExecutionInitiatedEventAttributes |
withRunId(java.lang.String runId)
The runId of the external workflow execution to send the
signal to. |
SignalExternalWorkflowExecutionInitiatedEventAttributes |
withSignalName(java.lang.String signalName)
The name of the signal. |
SignalExternalWorkflowExecutionInitiatedEventAttributes |
withWorkflowId(java.lang.String workflowId)
The workflowId of the external workflow execution. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SignalExternalWorkflowExecutionInitiatedEventAttributes()
Method Detail |
---|
public java.lang.String getWorkflowId()
workflowId
of the external workflow execution.
Constraints:
Length: 1 - 256
workflowId
of the external workflow execution.public void setWorkflowId(java.lang.String workflowId)
workflowId
of the external workflow execution.
Constraints:
Length: 1 - 256
workflowId
- The workflowId
of the external workflow execution.public SignalExternalWorkflowExecutionInitiatedEventAttributes withWorkflowId(java.lang.String workflowId)
workflowId
of the external workflow execution.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
workflowId
- The workflowId
of the external workflow execution.
public java.lang.String getRunId()
runId
of the external workflow execution to send the
signal to.
Constraints:
Length: 0 - 64
runId
of the external workflow execution to send the
signal to.public void setRunId(java.lang.String runId)
runId
of the external workflow execution to send the
signal to.
Constraints:
Length: 0 - 64
runId
- The runId
of the external workflow execution to send the
signal to.public SignalExternalWorkflowExecutionInitiatedEventAttributes withRunId(java.lang.String runId)
runId
of the external workflow execution to send the
signal to.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 64
runId
- The runId
of the external workflow execution to send the
signal to.
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.public SignalExternalWorkflowExecutionInitiatedEventAttributes 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.
public java.lang.String getInput()
Constraints:
Length: 0 - 32768
public void setInput(java.lang.String input)
Constraints:
Length: 0 - 32768
input
- Input provided to the signal (if any).public SignalExternalWorkflowExecutionInitiatedEventAttributes withInput(java.lang.String input)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32768
input
- Input provided to the signal (if any).
public java.lang.Long getDecisionTaskCompletedEventId()
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 cause 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 cause of events leading up to this event.public void setDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
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 cause of events leading up to this event.
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 cause of events leading up to this event.public SignalExternalWorkflowExecutionInitiatedEventAttributes withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
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 cause of events leading up to this event.
Returns a reference to this object so that method calls can be chained together.
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 cause of events leading up to this event.
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 SignalExternalWorkflowExecutionInitiatedEventAttributes 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 |