Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private WorkflowExecutionCancelRequestedEventAttributes |
HistoryEvent.workflowExecutionCancelRequestedEventAttributes
If the event is of type
WorkflowExecutionCancelRequested
then this member is set and provides detailed information about the
event. |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionCancelRequestedEventAttributes |
WorkflowExecutionCancelRequestedEventAttributes.clone() |
WorkflowExecutionCancelRequestedEventAttributes |
HistoryEvent.getWorkflowExecutionCancelRequestedEventAttributes()
If the event is of type
WorkflowExecutionCancelRequested
then this member is set and provides detailed information about the
event. |
WorkflowExecutionCancelRequestedEventAttributes |
WorkflowExecutionCancelRequestedEventAttributes.withCause(java.lang.String cause)
If set, indicates that the request to cancel the workflow execution was
automatically generated, and specifies the cause.
|
WorkflowExecutionCancelRequestedEventAttributes |
WorkflowExecutionCancelRequestedEventAttributes.withCause(WorkflowExecutionCancelRequestedCause cause)
If set, indicates that the request to cancel the workflow execution was
automatically generated, and specifies the cause.
|
WorkflowExecutionCancelRequestedEventAttributes |
WorkflowExecutionCancelRequestedEventAttributes.withExternalInitiatedEventId(java.lang.Long externalInitiatedEventId)
The ID of the
RequestCancelExternalWorkflowExecutionInitiated event
corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this workflow execution.The source event with this ID
can be found in the history of the source workflow execution. |
WorkflowExecutionCancelRequestedEventAttributes |
WorkflowExecutionCancelRequestedEventAttributes.withExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
The external workflow execution for which the cancellation was requested.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setWorkflowExecutionCancelRequestedEventAttributes(WorkflowExecutionCancelRequestedEventAttributes workflowExecutionCancelRequestedEventAttributes)
If the event is of type
WorkflowExecutionCancelRequested
then this member is set and provides detailed information about the
event. |
HistoryEvent |
HistoryEvent.withWorkflowExecutionCancelRequestedEventAttributes(WorkflowExecutionCancelRequestedEventAttributes workflowExecutionCancelRequestedEventAttributes)
If the event is of type
WorkflowExecutionCancelRequested
then this member is set and provides detailed information about the
event. |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionCancelRequestedEventAttributes |
WorkflowExecutionCancelRequestedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowExecutionCancelRequestedEventAttributesJsonMarshaller.marshall(WorkflowExecutionCancelRequestedEventAttributes workflowExecutionCancelRequestedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|