Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private TimerCanceledEventAttributes |
HistoryEvent.timerCanceledEventAttributes
If the event is of type
TimerCanceled then this member is
set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
TimerCanceledEventAttributes |
TimerCanceledEventAttributes.clone() |
TimerCanceledEventAttributes |
HistoryEvent.getTimerCanceledEventAttributes()
If the event is of type
TimerCanceled then this member is
set and provides detailed information about the event. |
TimerCanceledEventAttributes |
TimerCanceledEventAttributes.withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision task that resulted in the CancelTimer decision
to cancel this timer. |
TimerCanceledEventAttributes |
TimerCanceledEventAttributes.withStartedEventId(java.lang.Long startedEventId)
The ID of the
TimerStarted event that was recorded when this
timer was started. |
TimerCanceledEventAttributes |
TimerCanceledEventAttributes.withTimerId(java.lang.String timerId)
The unique ID of the timer that was canceled.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setTimerCanceledEventAttributes(TimerCanceledEventAttributes timerCanceledEventAttributes)
If the event is of type
TimerCanceled then this member is
set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withTimerCanceledEventAttributes(TimerCanceledEventAttributes timerCanceledEventAttributes)
If the event is of type
TimerCanceled then this member is
set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
TimerCanceledEventAttributes |
TimerCanceledEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TimerCanceledEventAttributesJsonMarshaller.marshall(TimerCanceledEventAttributes timerCanceledEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|