Class HistoryEvent
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<HistoryEvent.Builder,- HistoryEvent> 
Event within a workflow execution. A history event can be one of these types:
- 
 ActivityTaskCancelRequested– ARequestCancelActivityTaskdecision was received by the system.
- 
 ActivityTaskCanceled– The activity task was successfully canceled.
- 
 ActivityTaskCompleted– An activity worker successfully completed an activity task by calling RespondActivityTaskCompleted.
- 
 ActivityTaskFailed– An activity worker failed an activity task by calling RespondActivityTaskFailed.
- 
 ActivityTaskScheduled– An activity task was scheduled for execution.
- 
 ActivityTaskStarted– The scheduled activity task was dispatched to a worker.
- 
 ActivityTaskTimedOut– The activity task timed out.
- 
 CancelTimerFailed– Failed to process CancelTimer decision. This happens when the decision isn't configured properly, for example no timer exists with the specified timer Id.
- 
 CancelWorkflowExecutionFailed– A request to cancel a workflow execution failed.
- 
 ChildWorkflowExecutionCanceled– A child workflow execution, started by this workflow execution, was canceled and closed.
- 
 ChildWorkflowExecutionCompleted– A child workflow execution, started by this workflow execution, completed successfully and was closed.
- 
 ChildWorkflowExecutionFailed– A child workflow execution, started by this workflow execution, failed to complete successfully and was closed.
- 
 ChildWorkflowExecutionStarted– A child workflow execution was successfully started.
- 
 ChildWorkflowExecutionTerminated– A child workflow execution, started by this workflow execution, was terminated.
- 
 ChildWorkflowExecutionTimedOut– A child workflow execution, started by this workflow execution, timed out and was closed.
- 
 CompleteWorkflowExecutionFailed– The workflow execution failed to complete.
- 
 ContinueAsNewWorkflowExecutionFailed– The workflow execution failed to complete after being continued as a new workflow execution.
- 
 DecisionTaskCompleted– The decider successfully completed a decision task by calling RespondDecisionTaskCompleted.
- 
 DecisionTaskScheduled– A decision task was scheduled for the workflow execution.
- 
 DecisionTaskStarted– The decision task was dispatched to a decider.
- 
 DecisionTaskTimedOut– The decision task timed out.
- 
 ExternalWorkflowExecutionCancelRequested– Request to cancel an external workflow execution was successfully delivered to the target execution.
- 
 ExternalWorkflowExecutionSignaled– A signal, requested by this workflow execution, was successfully delivered to the target external workflow execution.
- 
 FailWorkflowExecutionFailed– A request to mark a workflow execution as failed, itself failed.
- 
 MarkerRecorded– A marker was recorded in the workflow history as the result of aRecordMarkerdecision.
- 
 RecordMarkerFailed– ARecordMarkerdecision was returned as failed.
- 
 RequestCancelActivityTaskFailed– Failed to process RequestCancelActivityTask decision. This happens when the decision isn't configured properly.
- 
 RequestCancelExternalWorkflowExecutionFailed– Request to cancel an external workflow execution failed.
- 
 RequestCancelExternalWorkflowExecutionInitiated– A request was made to request the cancellation of an external workflow execution.
- 
 ScheduleActivityTaskFailed– Failed to process ScheduleActivityTask decision. This happens when the decision isn't configured properly, for example the activity type specified isn't registered.
- 
 SignalExternalWorkflowExecutionFailed– The request to signal an external workflow execution failed.
- 
 SignalExternalWorkflowExecutionInitiated– A request to signal an external workflow was made.
- 
 StartActivityTaskFailed– A scheduled activity task failed to start.
- 
 StartChildWorkflowExecutionFailed– Failed to process StartChildWorkflowExecution decision. This happens when the decision isn't configured properly, for example the workflow type specified isn't registered.
- 
 StartChildWorkflowExecutionInitiated– A request was made to start a child workflow execution.
- 
 StartTimerFailed– Failed to process StartTimer decision. This happens when the decision isn't configured properly, for example a timer already exists with the specified timer Id.
- 
 TimerCanceled– A timer, previously started for this workflow execution, was successfully canceled.
- 
 TimerFired– A timer, previously started for this workflow execution, fired.
- 
 TimerStarted– A timer was started for the workflow execution due to aStartTimerdecision.
- 
 WorkflowExecutionCancelRequested– A request to cancel this workflow execution was made.
- 
 WorkflowExecutionCanceled– The workflow execution was successfully canceled and closed.
- 
 WorkflowExecutionCompleted– The workflow execution was closed due to successful completion.
- 
 WorkflowExecutionContinuedAsNew– The workflow execution was closed and a new execution of the same type was created with the same workflowId.
- 
 WorkflowExecutionFailed– The workflow execution closed due to a failure.
- 
 WorkflowExecutionSignaled– An external signal was received for the workflow execution.
- 
 WorkflowExecutionStarted– The workflow execution was started.
- 
 WorkflowExecutionTerminated– The workflow execution was terminated.
- 
 WorkflowExecutionTimedOut– The workflow execution was closed because a time out was exceeded.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionIf the event is of typeActivityTaskCanceledthen this member is set and provides detailed information about the event.If the event is of typeActivityTaskcancelRequestedthen this member is set and provides detailed information about the event.If the event is of typeActivityTaskCompletedthen this member is set and provides detailed information about the event.If the event is of typeActivityTaskFailedthen this member is set and provides detailed information about the event.If the event is of typeActivityTaskScheduledthen this member is set and provides detailed information about the event.If the event is of typeActivityTaskStartedthen this member is set and provides detailed information about the event.If the event is of typeActivityTaskTimedOutthen this member is set and provides detailed information about the event.static HistoryEvent.Builderbuilder()If the event is of typeCancelTimerFailedthen this member is set and provides detailed information about the event.If the event is of typeCancelWorkflowExecutionFailedthen this member is set and provides detailed information about the event.If the event is of typeChildWorkflowExecutionCanceledthen this member is set and provides detailed information about the event.If the event is of typeChildWorkflowExecutionCompletedthen this member is set and provides detailed information about the event.If the event is of typeChildWorkflowExecutionFailedthen this member is set and provides detailed information about the event.If the event is of typeChildWorkflowExecutionStartedthen this member is set and provides detailed information about the event.If the event is of typeChildWorkflowExecutionTerminatedthen this member is set and provides detailed information about the event.If the event is of typeChildWorkflowExecutionTimedOutthen this member is set and provides detailed information about the event.If the event is of typeCompleteWorkflowExecutionFailedthen this member is set and provides detailed information about the event.If the event is of typeContinueAsNewWorkflowExecutionFailedthen this member is set and provides detailed information about the event.If the event is of typeDecisionTaskCompletedthen this member is set and provides detailed information about the event.If the event is of typeDecisionTaskScheduledthen this member is set and provides detailed information about the event.If the event is of typeDecisionTaskStartedthen this member is set and provides detailed information about the event.If the event is of typeDecisionTaskTimedOutthen this member is set and provides detailed information about the event.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final LongeventId()The system generated ID of the event.final InstantThe date and time when the event occurred.final EventTypeThe type of the history event.final StringThe type of the history event.If the event is of typeExternalWorkflowExecutionCancelRequestedthen this member is set and provides detailed information about the event.If the event is of typeExternalWorkflowExecutionSignaledthen this member is set and provides detailed information about the event.If the event is of typeFailWorkflowExecutionFailedthen this member is set and provides detailed information about the event.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()Provides the details of theLambdaFunctionCompletedevent.Provides the details of theLambdaFunctionFailedevent.Provides the details of theLambdaFunctionScheduledevent.Provides the details of theLambdaFunctionStartedevent.Provides the details of theLambdaFunctionTimedOutevent.If the event is of typeMarkerRecordedthen this member is set and provides detailed information about the event.If the event is of typeDecisionTaskFailedthen this member is set and provides detailed information about the event.If the event is of typeRequestCancelActivityTaskFailedthen this member is set and provides detailed information about the event.If the event is of typeRequestCancelExternalWorkflowExecutionFailedthen this member is set and provides detailed information about the event.If the event is of typeRequestCancelExternalWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event.If the event is of typeScheduleActivityTaskFailedthen this member is set and provides detailed information about the event.Provides the details of theScheduleLambdaFunctionFailedevent.static Class<? extends HistoryEvent.Builder> If the event is of typeSignalExternalWorkflowExecutionFailedthen this member is set and provides detailed information about the event.If the event is of typeSignalExternalWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event.If the event is of typeStartChildWorkflowExecutionFailedthen this member is set and provides detailed information about the event.If the event is of typeStartChildWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event.Provides the details of theStartLambdaFunctionFailedevent.If the event is of typeStartTimerFailedthen this member is set and provides detailed information about the event.If the event is of typeTimerCanceledthen this member is set and provides detailed information about the event.If the event is of typeTimerFiredthen this member is set and provides detailed information about the event.If the event is of typeTimerStartedthen this member is set and provides detailed information about the event.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.If the event is of typeWorkflowExecutionCanceledthen this member is set and provides detailed information about the event.If the event is of typeWorkflowExecutionCancelRequestedthen this member is set and provides detailed information about the event.If the event is of typeWorkflowExecutionCompletedthen this member is set and provides detailed information about the event.If the event is of typeWorkflowExecutionContinuedAsNewthen this member is set and provides detailed information about the event.If the event is of typeWorkflowExecutionFailedthen this member is set and provides detailed information about the event.If the event is of typeWorkflowExecutionSignaledthen this member is set and provides detailed information about the event.If the event is of typeWorkflowExecutionStartedthen this member is set and provides detailed information about the event.If the event is of typeWorkflowExecutionTerminatedthen this member is set and provides detailed information about the event.If the event is of typeWorkflowExecutionTimedOutthen this member is set and provides detailed information about the event.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
eventTimestampThe date and time when the event occurred. - Returns:
- The date and time when the event occurred.
 
- 
eventTypeThe type of the history event. If the service returns an enum value that is not available in the current SDK version, eventTypewill returnEventType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromeventTypeAsString().- Returns:
- The type of the history event.
- See Also:
 
- 
eventTypeAsStringThe type of the history event. If the service returns an enum value that is not available in the current SDK version, eventTypewill returnEventType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromeventTypeAsString().- Returns:
- The type of the history event.
- See Also:
 
- 
eventIdThe system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history. - Returns:
- The system generated ID of the event. This ID uniquely identifies the event with in the workflow execution history.
 
- 
workflowExecutionStartedEventAttributesIf the event is of type WorkflowExecutionStartedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type WorkflowExecutionStartedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
workflowExecutionCompletedEventAttributesIf the event is of type WorkflowExecutionCompletedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type WorkflowExecutionCompletedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
completeWorkflowExecutionFailedEventAttributespublic final CompleteWorkflowExecutionFailedEventAttributes completeWorkflowExecutionFailedEventAttributes()If the event is of type CompleteWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type CompleteWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
workflowExecutionFailedEventAttributesIf the event is of type WorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type WorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
failWorkflowExecutionFailedEventAttributespublic final FailWorkflowExecutionFailedEventAttributes failWorkflowExecutionFailedEventAttributes()If the event is of type FailWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type FailWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
workflowExecutionTimedOutEventAttributesIf the event is of type WorkflowExecutionTimedOutthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type WorkflowExecutionTimedOutthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
workflowExecutionCanceledEventAttributesIf the event is of type WorkflowExecutionCanceledthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type WorkflowExecutionCanceledthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
cancelWorkflowExecutionFailedEventAttributespublic final CancelWorkflowExecutionFailedEventAttributes cancelWorkflowExecutionFailedEventAttributes()If the event is of type CancelWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type CancelWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
workflowExecutionContinuedAsNewEventAttributespublic final WorkflowExecutionContinuedAsNewEventAttributes workflowExecutionContinuedAsNewEventAttributes()If the event is of type WorkflowExecutionContinuedAsNewthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type WorkflowExecutionContinuedAsNewthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
continueAsNewWorkflowExecutionFailedEventAttributespublic final ContinueAsNewWorkflowExecutionFailedEventAttributes continueAsNewWorkflowExecutionFailedEventAttributes()If the event is of type ContinueAsNewWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type ContinueAsNewWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
workflowExecutionTerminatedEventAttributespublic final WorkflowExecutionTerminatedEventAttributes workflowExecutionTerminatedEventAttributes()If the event is of type WorkflowExecutionTerminatedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type WorkflowExecutionTerminatedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
workflowExecutionCancelRequestedEventAttributespublic final WorkflowExecutionCancelRequestedEventAttributes workflowExecutionCancelRequestedEventAttributes()If the event is of type WorkflowExecutionCancelRequestedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type WorkflowExecutionCancelRequestedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
decisionTaskScheduledEventAttributesIf the event is of type DecisionTaskScheduledthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type DecisionTaskScheduledthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
decisionTaskStartedEventAttributesIf the event is of type DecisionTaskStartedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type DecisionTaskStartedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
decisionTaskCompletedEventAttributesIf the event is of type DecisionTaskCompletedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type DecisionTaskCompletedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
decisionTaskTimedOutEventAttributesIf the event is of type DecisionTaskTimedOutthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type DecisionTaskTimedOutthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
activityTaskScheduledEventAttributesIf the event is of type ActivityTaskScheduledthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type ActivityTaskScheduledthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
activityTaskStartedEventAttributesIf the event is of type ActivityTaskStartedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type ActivityTaskStartedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
activityTaskCompletedEventAttributesIf the event is of type ActivityTaskCompletedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type ActivityTaskCompletedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
activityTaskFailedEventAttributesIf the event is of type ActivityTaskFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type ActivityTaskFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
activityTaskTimedOutEventAttributesIf the event is of type ActivityTaskTimedOutthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type ActivityTaskTimedOutthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
activityTaskCanceledEventAttributesIf the event is of type ActivityTaskCanceledthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type ActivityTaskCanceledthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
activityTaskCancelRequestedEventAttributespublic final ActivityTaskCancelRequestedEventAttributes activityTaskCancelRequestedEventAttributes()If the event is of type ActivityTaskcancelRequestedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type ActivityTaskcancelRequestedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
workflowExecutionSignaledEventAttributesIf the event is of type WorkflowExecutionSignaledthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type WorkflowExecutionSignaledthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
markerRecordedEventAttributesIf the event is of type MarkerRecordedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type MarkerRecordedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
recordMarkerFailedEventAttributesIf the event is of type DecisionTaskFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type DecisionTaskFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
timerStartedEventAttributesIf the event is of type TimerStartedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type TimerStartedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
timerFiredEventAttributesIf the event is of type TimerFiredthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type TimerFiredthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
timerCanceledEventAttributesIf the event is of type TimerCanceledthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type TimerCanceledthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
startChildWorkflowExecutionInitiatedEventAttributespublic final StartChildWorkflowExecutionInitiatedEventAttributes startChildWorkflowExecutionInitiatedEventAttributes()If the event is of type StartChildWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type StartChildWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
childWorkflowExecutionStartedEventAttributespublic final ChildWorkflowExecutionStartedEventAttributes childWorkflowExecutionStartedEventAttributes()If the event is of type ChildWorkflowExecutionStartedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type ChildWorkflowExecutionStartedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
childWorkflowExecutionCompletedEventAttributespublic final ChildWorkflowExecutionCompletedEventAttributes childWorkflowExecutionCompletedEventAttributes()If the event is of type ChildWorkflowExecutionCompletedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type ChildWorkflowExecutionCompletedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
childWorkflowExecutionFailedEventAttributespublic final ChildWorkflowExecutionFailedEventAttributes childWorkflowExecutionFailedEventAttributes()If the event is of type ChildWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type ChildWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
childWorkflowExecutionTimedOutEventAttributespublic final ChildWorkflowExecutionTimedOutEventAttributes childWorkflowExecutionTimedOutEventAttributes()If the event is of type ChildWorkflowExecutionTimedOutthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type ChildWorkflowExecutionTimedOutthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
childWorkflowExecutionCanceledEventAttributespublic final ChildWorkflowExecutionCanceledEventAttributes childWorkflowExecutionCanceledEventAttributes()If the event is of type ChildWorkflowExecutionCanceledthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type ChildWorkflowExecutionCanceledthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
childWorkflowExecutionTerminatedEventAttributespublic final ChildWorkflowExecutionTerminatedEventAttributes childWorkflowExecutionTerminatedEventAttributes()If the event is of type ChildWorkflowExecutionTerminatedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type ChildWorkflowExecutionTerminatedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
signalExternalWorkflowExecutionInitiatedEventAttributespublic final SignalExternalWorkflowExecutionInitiatedEventAttributes signalExternalWorkflowExecutionInitiatedEventAttributes()If the event is of type SignalExternalWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type SignalExternalWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
externalWorkflowExecutionSignaledEventAttributespublic final ExternalWorkflowExecutionSignaledEventAttributes externalWorkflowExecutionSignaledEventAttributes()If the event is of type ExternalWorkflowExecutionSignaledthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type ExternalWorkflowExecutionSignaledthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
signalExternalWorkflowExecutionFailedEventAttributespublic final SignalExternalWorkflowExecutionFailedEventAttributes signalExternalWorkflowExecutionFailedEventAttributes()If the event is of type SignalExternalWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type SignalExternalWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
externalWorkflowExecutionCancelRequestedEventAttributespublic final ExternalWorkflowExecutionCancelRequestedEventAttributes externalWorkflowExecutionCancelRequestedEventAttributes()If the event is of type ExternalWorkflowExecutionCancelRequestedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type ExternalWorkflowExecutionCancelRequestedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
requestCancelExternalWorkflowExecutionInitiatedEventAttributespublic final RequestCancelExternalWorkflowExecutionInitiatedEventAttributes requestCancelExternalWorkflowExecutionInitiatedEventAttributes()If the event is of type RequestCancelExternalWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type RequestCancelExternalWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
requestCancelExternalWorkflowExecutionFailedEventAttributespublic final RequestCancelExternalWorkflowExecutionFailedEventAttributes requestCancelExternalWorkflowExecutionFailedEventAttributes()If the event is of type RequestCancelExternalWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type RequestCancelExternalWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
scheduleActivityTaskFailedEventAttributesIf the event is of type ScheduleActivityTaskFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type ScheduleActivityTaskFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
requestCancelActivityTaskFailedEventAttributespublic final RequestCancelActivityTaskFailedEventAttributes requestCancelActivityTaskFailedEventAttributes()If the event is of type RequestCancelActivityTaskFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type RequestCancelActivityTaskFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
startTimerFailedEventAttributesIf the event is of type StartTimerFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type StartTimerFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
cancelTimerFailedEventAttributesIf the event is of type CancelTimerFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type CancelTimerFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
startChildWorkflowExecutionFailedEventAttributespublic final StartChildWorkflowExecutionFailedEventAttributes startChildWorkflowExecutionFailedEventAttributes()If the event is of type StartChildWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.- Returns:
- If the event is of type StartChildWorkflowExecutionFailedthen this member is set and provides detailed information about the event. It isn't set for other event types.
 
- 
lambdaFunctionScheduledEventAttributesProvides the details of the LambdaFunctionScheduledevent. It isn't set for other event types.- Returns:
- Provides the details of the LambdaFunctionScheduledevent. It isn't set for other event types.
 
- 
lambdaFunctionStartedEventAttributesProvides the details of the LambdaFunctionStartedevent. It isn't set for other event types.- Returns:
- Provides the details of the LambdaFunctionStartedevent. It isn't set for other event types.
 
- 
lambdaFunctionCompletedEventAttributesProvides the details of the LambdaFunctionCompletedevent. It isn't set for other event types.- Returns:
- Provides the details of the LambdaFunctionCompletedevent. It isn't set for other event types.
 
- 
lambdaFunctionFailedEventAttributesProvides the details of the LambdaFunctionFailedevent. It isn't set for other event types.- Returns:
- Provides the details of the LambdaFunctionFailedevent. It isn't set for other event types.
 
- 
lambdaFunctionTimedOutEventAttributesProvides the details of the LambdaFunctionTimedOutevent. It isn't set for other event types.- Returns:
- Provides the details of the LambdaFunctionTimedOutevent. It isn't set for other event types.
 
- 
scheduleLambdaFunctionFailedEventAttributespublic final ScheduleLambdaFunctionFailedEventAttributes scheduleLambdaFunctionFailedEventAttributes()Provides the details of the ScheduleLambdaFunctionFailedevent. It isn't set for other event types.- Returns:
- Provides the details of the ScheduleLambdaFunctionFailedevent. It isn't set for other event types.
 
- 
startLambdaFunctionFailedEventAttributesProvides the details of the StartLambdaFunctionFailedevent. It isn't set for other event types.- Returns:
- Provides the details of the StartLambdaFunctionFailedevent. It isn't set for other event types.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<HistoryEvent.Builder,- HistoryEvent> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- 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:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-