Class RequestCancelExternalWorkflowExecutionFailedEventAttributes
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder,
RequestCancelExternalWorkflowExecutionFailedEventAttributes>
Provides the details of the RequestCancelExternalWorkflowExecutionFailed
event.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
cause()
The cause of the failure.final String
The cause of the failure.final String
control()
The data attached to the event that the decider can use in subsequent workflow tasks.final Long
The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theRequestCancelExternalWorkflowExecution
decision for this cancellation request.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final Long
The ID of theRequestCancelExternalWorkflowExecutionInitiated
event corresponding to theRequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution.final String
runId()
TherunId
of the external workflow execution.static Class
<? extends RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final String
TheworkflowId
of the external workflow to which the cancel request was to be delivered.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
workflowId
The
workflowId
of the external workflow to which the cancel request was to be delivered.- Returns:
- The
workflowId
of the external workflow to which the cancel request was to be delivered.
-
runId
The
runId
of the external workflow execution.- Returns:
- The
runId
of the external workflow execution.
-
cause
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If
cause
is set toOPERATION_NOT_PERMITTED
, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.If the service returns an enum value that is not available in the current SDK version,
cause()
will returnRequestCancelExternalWorkflowExecutionFailedCause.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcauseAsString()
.- Returns:
- The cause of the failure. This information is generated by the system and can be useful for diagnostic
purposes.
If
cause
is set toOPERATION_NOT_PERMITTED
, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide. - See Also:
-
causeAsString
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
If
cause
is set toOPERATION_NOT_PERMITTED
, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.If the service returns an enum value that is not available in the current SDK version,
cause()
will returnRequestCancelExternalWorkflowExecutionFailedCause.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcauseAsString()
.- Returns:
- The cause of the failure. This information is generated by the system and can be useful for diagnostic
purposes.
If
cause
is set toOPERATION_NOT_PERMITTED
, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide. - See Also:
-
initiatedEventId
The ID of the
RequestCancelExternalWorkflowExecutionInitiated
event corresponding to theRequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.- Returns:
- The ID of the
RequestCancelExternalWorkflowExecutionInitiated
event corresponding to theRequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
-
decisionTaskCompletedEventId
The ID of the
DecisionTaskCompleted
event corresponding to the decision task that resulted in theRequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.- Returns:
- The ID of the
DecisionTaskCompleted
event corresponding to the decision task that resulted in theRequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
-
control
The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.
- Returns:
- The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the workflow execution.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder,
RequestCancelExternalWorkflowExecutionFailedEventAttributes> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
public static Class<? extends RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder> serializableBuilderClass() -
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-