@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 Instant timestamp()
The date and time the event occurred.
public 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 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 Long id()
The id of the event. Events are numbered sequentially, starting at one.
public Long previousEventId()
The id of the previous event.
public ActivityFailedEventDetails activityFailedEventDetails()
public ActivityScheduleFailedEventDetails activityScheduleFailedEventDetails()
Contains details about an activity schedule event that failed during an execution.
public ActivityScheduledEventDetails activityScheduledEventDetails()
public ActivityStartedEventDetails activityStartedEventDetails()
public ActivitySucceededEventDetails activitySucceededEventDetails()
public ActivityTimedOutEventDetails activityTimedOutEventDetails()
public TaskFailedEventDetails taskFailedEventDetails()
Contains details about the failure of a task.
public TaskScheduledEventDetails taskScheduledEventDetails()
Contains details about a task that was scheduled.
public TaskStartFailedEventDetails taskStartFailedEventDetails()
Contains details about a task that failed to start.
public TaskStartedEventDetails taskStartedEventDetails()
Contains details about a task that was started.
public TaskSubmitFailedEventDetails taskSubmitFailedEventDetails()
Contains details about a task that where the submit failed.
public TaskSubmittedEventDetails taskSubmittedEventDetails()
Contains details about a submitted task.
public TaskSucceededEventDetails taskSucceededEventDetails()
Contains details about a task that succeeded.
public TaskTimedOutEventDetails taskTimedOutEventDetails()
Contains details about a task that timed out.
public ExecutionFailedEventDetails executionFailedEventDetails()
public ExecutionStartedEventDetails executionStartedEventDetails()
public ExecutionSucceededEventDetails executionSucceededEventDetails()
public ExecutionAbortedEventDetails executionAbortedEventDetails()
public ExecutionTimedOutEventDetails executionTimedOutEventDetails()
public MapStateStartedEventDetails mapStateStartedEventDetails()
Contains details about Map state that was started.
public MapIterationEventDetails mapIterationStartedEventDetails()
Contains details about an iteration of a Map state that was started.
public MapIterationEventDetails mapIterationSucceededEventDetails()
Contains details about an iteration of a Map state that succeeded.
public MapIterationEventDetails mapIterationFailedEventDetails()
Contains details about an iteration of a Map state that failed.
public MapIterationEventDetails mapIterationAbortedEventDetails()
Contains details about an iteration of a Map state that was aborted.
public LambdaFunctionFailedEventDetails lambdaFunctionFailedEventDetails()
public LambdaFunctionScheduleFailedEventDetails lambdaFunctionScheduleFailedEventDetails()
public LambdaFunctionScheduledEventDetails lambdaFunctionScheduledEventDetails()
public LambdaFunctionStartFailedEventDetails lambdaFunctionStartFailedEventDetails()
Contains details about a lambda function that failed to start during an execution.
public LambdaFunctionSucceededEventDetails lambdaFunctionSucceededEventDetails()
Contains details about a lambda function that terminated successfully during an execution.
public LambdaFunctionTimedOutEventDetails lambdaFunctionTimedOutEventDetails()
public StateEnteredEventDetails stateEnteredEventDetails()
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.