|
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.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
public class RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
Provides details of the RequestCancelExternalWorkflowExecutionInitiated
event.
Constructor Summary | |
---|---|
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getControl()
Optional data attached to the event that can be used by the decider in subsequent workflow tasks. |
Long |
getDecisionTaskCompletedEventId()
The id of the DecisionTaskCompleted event corresponding
to the decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this
cancellation request. |
String |
getRunId()
The runId of the external workflow execution to be
canceled. |
String |
getWorkflowId()
The workflowId of the external workflow execution to be
canceled. |
int |
hashCode()
|
void |
setControl(String control)
Optional data attached to the event that can be used by the decider in subsequent workflow tasks. |
void |
setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The id of the DecisionTaskCompleted event corresponding
to the decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this
cancellation request. |
void |
setRunId(String runId)
The runId of the external workflow execution to be
canceled. |
void |
setWorkflowId(String workflowId)
The workflowId of the external workflow execution to be
canceled. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
withControl(String control)
Optional data attached to the event that can be used by the decider in subsequent workflow tasks. |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The id of the DecisionTaskCompleted event corresponding
to the decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this
cancellation request. |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
withRunId(String runId)
The runId of the external workflow execution to be
canceled. |
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes |
withWorkflowId(String workflowId)
The workflowId of the external workflow execution to be
canceled. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes()
Method Detail |
---|
public String getWorkflowId()
workflowId
of the external workflow execution to be
canceled.
Constraints:
Length: 1 - 256
workflowId
of the external workflow execution to be
canceled.public void setWorkflowId(String workflowId)
workflowId
of the external workflow execution to be
canceled.
Constraints:
Length: 1 - 256
workflowId
- The workflowId
of the external workflow execution to be
canceled.public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes withWorkflowId(String workflowId)
workflowId
of the external workflow execution to be
canceled.
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 to be
canceled.
public String getRunId()
runId
of the external workflow execution to be
canceled.
Constraints:
Length: 0 - 64
runId
of the external workflow execution to be
canceled.public void setRunId(String runId)
runId
of the external workflow execution to be
canceled.
Constraints:
Length: 0 - 64
runId
- The runId
of the external workflow execution to be
canceled.public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes withRunId(String runId)
runId
of the external workflow execution to be
canceled.
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 be
canceled.
public Long getDecisionTaskCompletedEventId()
DecisionTaskCompleted
event corresponding
to the decision task that resulted in the
RequestCancelExternalWorkflowExecution
decision for this
cancellation request. This information can be useful for diagnosing
problems by tracing back the cause of events.
DecisionTaskCompleted
event corresponding
to the decision task that resulted in the
RequestCancelExternalWorkflowExecution
decision for this
cancellation request. This information can be useful for diagnosing
problems by tracing back the cause of events.public void setDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
DecisionTaskCompleted
event corresponding
to the decision task that resulted in the
RequestCancelExternalWorkflowExecution
decision for this
cancellation request. This information can be useful for diagnosing
problems by tracing back the cause of events.
decisionTaskCompletedEventId
- The id of the DecisionTaskCompleted
event corresponding
to the decision task that resulted in the
RequestCancelExternalWorkflowExecution
decision for this
cancellation request. This information can be useful for diagnosing
problems by tracing back the cause of events.public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
DecisionTaskCompleted
event corresponding
to the decision task that resulted in the
RequestCancelExternalWorkflowExecution
decision for this
cancellation request. This information can be useful for diagnosing
problems by tracing back the cause of events.
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
RequestCancelExternalWorkflowExecution
decision for this
cancellation request. This information can be useful for diagnosing
problems by tracing back the cause of events.
public String getControl()
Constraints:
Length: 0 - 32768
public void setControl(String control)
Constraints:
Length: 0 - 32768
control
- Optional data attached to the event that can be used by the decider in
subsequent workflow tasks.public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes withControl(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 workflow tasks.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |