@Generated(value="software.amazon.awssdk:codegen") public final class HistoryEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HistoryEvent.Builder,HistoryEvent>
Contains details about the events of an execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HistoryEvent.Builder |
| Modifier and Type | Method and Description |
|---|---|
ActivityFailedEventDetails |
activityFailedEventDetails()
Returns the value of the ActivityFailedEventDetails property for this object.
|
ActivityScheduledEventDetails |
activityScheduledEventDetails()
Returns the value of the ActivityScheduledEventDetails property for this object.
|
ActivityScheduleFailedEventDetails |
activityScheduleFailedEventDetails()
Contains details about an activity schedule event that failed during an execution.
|
ActivityStartedEventDetails |
activityStartedEventDetails()
Returns the value of the ActivityStartedEventDetails property for this object.
|
ActivitySucceededEventDetails |
activitySucceededEventDetails()
Returns the value of the ActivitySucceededEventDetails property for this object.
|
ActivityTimedOutEventDetails |
activityTimedOutEventDetails()
Returns the value of the ActivityTimedOutEventDetails property for this object.
|
static HistoryEvent.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ExecutionAbortedEventDetails |
executionAbortedEventDetails()
Returns the value of the ExecutionAbortedEventDetails property for this object.
|
ExecutionFailedEventDetails |
executionFailedEventDetails()
Returns the value of the ExecutionFailedEventDetails property for this object.
|
ExecutionStartedEventDetails |
executionStartedEventDetails()
Returns the value of the ExecutionStartedEventDetails property for this object.
|
ExecutionSucceededEventDetails |
executionSucceededEventDetails()
Returns the value of the ExecutionSucceededEventDetails property for this object.
|
ExecutionTimedOutEventDetails |
executionTimedOutEventDetails()
Returns the value of the ExecutionTimedOutEventDetails property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
id()
The id of the event.
|
LambdaFunctionFailedEventDetails |
lambdaFunctionFailedEventDetails()
Returns the value of the LambdaFunctionFailedEventDetails property for this object.
|
LambdaFunctionScheduledEventDetails |
lambdaFunctionScheduledEventDetails()
Returns the value of the LambdaFunctionScheduledEventDetails property for this object.
|
LambdaFunctionScheduleFailedEventDetails |
lambdaFunctionScheduleFailedEventDetails()
Returns the value of the LambdaFunctionScheduleFailedEventDetails property for this object.
|
LambdaFunctionStartFailedEventDetails |
lambdaFunctionStartFailedEventDetails()
Contains details about a lambda function that failed to start during an execution.
|
LambdaFunctionSucceededEventDetails |
lambdaFunctionSucceededEventDetails()
Contains details about a lambda function that terminated successfully during an execution.
|
LambdaFunctionTimedOutEventDetails |
lambdaFunctionTimedOutEventDetails()
Returns the value of the LambdaFunctionTimedOutEventDetails property for this object.
|
MapIterationEventDetails |
mapIterationAbortedEventDetails()
Contains details about an iteration of a Map state that was aborted.
|
MapIterationEventDetails |
mapIterationFailedEventDetails()
Contains details about an iteration of a Map state that failed.
|
MapIterationEventDetails |
mapIterationStartedEventDetails()
Contains details about an iteration of a Map state that was started.
|
MapIterationEventDetails |
mapIterationSucceededEventDetails()
Contains details about an iteration of a Map state that succeeded.
|
MapStateStartedEventDetails |
mapStateStartedEventDetails()
Contains details about Map state that was started.
|
Long |
previousEventId()
The id of the previous event.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HistoryEvent.Builder> |
serializableBuilderClass() |
StateEnteredEventDetails |
stateEnteredEventDetails()
Returns the value of the StateEnteredEventDetails property for this object.
|
StateExitedEventDetails |
stateExitedEventDetails()
Returns the value of the StateExitedEventDetails property for this object.
|
TaskFailedEventDetails |
taskFailedEventDetails()
Contains details about the failure of a task.
|
TaskScheduledEventDetails |
taskScheduledEventDetails()
Contains details about a task that was scheduled.
|
TaskStartedEventDetails |
taskStartedEventDetails()
Contains details about a task that was started.
|
TaskStartFailedEventDetails |
taskStartFailedEventDetails()
Contains details about a task that failed to start.
|
TaskSubmitFailedEventDetails |
taskSubmitFailedEventDetails()
Contains details about a task that where the submit failed.
|
TaskSubmittedEventDetails |
taskSubmittedEventDetails()
Contains details about a submitted task.
|
TaskSucceededEventDetails |
taskSucceededEventDetails()
Contains details about a task that succeeded.
|
TaskTimedOutEventDetails |
taskTimedOutEventDetails()
Contains details about a task that timed out.
|
Instant |
timestamp()
The date and time the event occurred.
|
HistoryEvent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
HistoryEventType |
type()
The type of the event.
|
String |
typeAsString()
The type of the event.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant timestamp()
The date and time the event occurred.
public final HistoryEventType type()
The type of the event.
If the service returns an enum value that is not available in the current SDK version, type will return
HistoryEventType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
HistoryEventTypepublic final String typeAsString()
The type of the event.
If the service returns an enum value that is not available in the current SDK version, type will return
HistoryEventType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
HistoryEventTypepublic final Long id()
The id of the event. Events are numbered sequentially, starting at one.
public final Long previousEventId()
The id of the previous event.
public final ActivityFailedEventDetails activityFailedEventDetails()
public final ActivityScheduleFailedEventDetails activityScheduleFailedEventDetails()
Contains details about an activity schedule event that failed during an execution.
public final ActivityScheduledEventDetails activityScheduledEventDetails()
public final ActivityStartedEventDetails activityStartedEventDetails()
public final ActivitySucceededEventDetails activitySucceededEventDetails()
public final ActivityTimedOutEventDetails activityTimedOutEventDetails()
public final TaskFailedEventDetails taskFailedEventDetails()
Contains details about the failure of a task.
public final TaskScheduledEventDetails taskScheduledEventDetails()
Contains details about a task that was scheduled.
public final TaskStartFailedEventDetails taskStartFailedEventDetails()
Contains details about a task that failed to start.
public final TaskStartedEventDetails taskStartedEventDetails()
Contains details about a task that was started.
public final TaskSubmitFailedEventDetails taskSubmitFailedEventDetails()
Contains details about a task that where the submit failed.
public final TaskSubmittedEventDetails taskSubmittedEventDetails()
Contains details about a submitted task.
public final TaskSucceededEventDetails taskSucceededEventDetails()
Contains details about a task that succeeded.
public final TaskTimedOutEventDetails taskTimedOutEventDetails()
Contains details about a task that timed out.
public final ExecutionFailedEventDetails executionFailedEventDetails()
public final ExecutionStartedEventDetails executionStartedEventDetails()
public final ExecutionSucceededEventDetails executionSucceededEventDetails()
public final ExecutionAbortedEventDetails executionAbortedEventDetails()
public final ExecutionTimedOutEventDetails executionTimedOutEventDetails()
public final MapStateStartedEventDetails mapStateStartedEventDetails()
Contains details about Map state that was started.
public final MapIterationEventDetails mapIterationStartedEventDetails()
Contains details about an iteration of a Map state that was started.
public final MapIterationEventDetails mapIterationSucceededEventDetails()
Contains details about an iteration of a Map state that succeeded.
public final MapIterationEventDetails mapIterationFailedEventDetails()
Contains details about an iteration of a Map state that failed.
public final MapIterationEventDetails mapIterationAbortedEventDetails()
Contains details about an iteration of a Map state that was aborted.
public final LambdaFunctionFailedEventDetails lambdaFunctionFailedEventDetails()
public final LambdaFunctionScheduleFailedEventDetails lambdaFunctionScheduleFailedEventDetails()
public final LambdaFunctionScheduledEventDetails lambdaFunctionScheduledEventDetails()
public final LambdaFunctionStartFailedEventDetails lambdaFunctionStartFailedEventDetails()
Contains details about a lambda function that failed to start during an execution.
public final LambdaFunctionSucceededEventDetails lambdaFunctionSucceededEventDetails()
Contains details about a lambda function that terminated successfully during an execution.
public final LambdaFunctionTimedOutEventDetails lambdaFunctionTimedOutEventDetails()
public final StateEnteredEventDetails stateEnteredEventDetails()
public final StateExitedEventDetails stateExitedEventDetails()
public HistoryEvent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HistoryEvent.Builder,HistoryEvent>public static HistoryEvent.Builder builder()
public static Class<? extends HistoryEvent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.