Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private StartTimerFailedEventAttributes |
HistoryEvent.startTimerFailedEventAttributes
If the event is of type
StartTimerFailed then this member is
set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
StartTimerFailedEventAttributes |
StartTimerFailedEventAttributes.clone() |
StartTimerFailedEventAttributes |
HistoryEvent.getStartTimerFailedEventAttributes()
If the event is of type
StartTimerFailed then this member is
set and provides detailed information about the event. |
StartTimerFailedEventAttributes |
StartTimerFailedEventAttributes.withCause(StartTimerFailedCause cause)
The cause of the failure.
|
StartTimerFailedEventAttributes |
StartTimerFailedEventAttributes.withCause(java.lang.String cause)
The cause of the failure.
|
StartTimerFailedEventAttributes |
StartTimerFailedEventAttributes.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. |
StartTimerFailedEventAttributes |
StartTimerFailedEventAttributes.withTimerId(java.lang.String timerId)
The timerId provided in the
StartTimer decision that failed. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setStartTimerFailedEventAttributes(StartTimerFailedEventAttributes startTimerFailedEventAttributes)
If the event is of type
StartTimerFailed then this member is
set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withStartTimerFailedEventAttributes(StartTimerFailedEventAttributes startTimerFailedEventAttributes)
If the event is of type
StartTimerFailed then this member is
set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
StartTimerFailedEventAttributes |
StartTimerFailedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StartTimerFailedEventAttributesJsonMarshaller.marshall(StartTimerFailedEventAttributes startTimerFailedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|