Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private TimerStartedEventAttributes |
HistoryEvent.timerStartedEventAttributes
If the event is of type
TimerStarted then this member is set
and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
TimerStartedEventAttributes |
TimerStartedEventAttributes.clone() |
TimerStartedEventAttributes |
HistoryEvent.getTimerStartedEventAttributes()
If the event is of type
TimerStarted then this member is set
and provides detailed information about the event. |
TimerStartedEventAttributes |
TimerStartedEventAttributes.withControl(java.lang.String control)
Optional. Data attached to the event that can be used by the
decider in subsequent workflow tasks.
|
TimerStartedEventAttributes |
TimerStartedEventAttributes.withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision task that resulted in the StartTimer decision
for this activity task. |
TimerStartedEventAttributes |
TimerStartedEventAttributes.withStartToFireTimeout(java.lang.String startToFireTimeout)
The duration of time after which the timer will fire.
|
TimerStartedEventAttributes |
TimerStartedEventAttributes.withTimerId(java.lang.String timerId)
The unique ID of the timer that was started.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setTimerStartedEventAttributes(TimerStartedEventAttributes timerStartedEventAttributes)
If the event is of type
TimerStarted then this member is set
and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withTimerStartedEventAttributes(TimerStartedEventAttributes timerStartedEventAttributes)
If the event is of type
TimerStarted then this member is set
and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
TimerStartedEventAttributes |
TimerStartedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TimerStartedEventAttributesJsonMarshaller.marshall(TimerStartedEventAttributes timerStartedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|