Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private CancelTimerFailedEventAttributes |
HistoryEvent.cancelTimerFailedEventAttributes
If the event is of type
CancelTimerFailed then this member
is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
CancelTimerFailedEventAttributes |
CancelTimerFailedEventAttributes.clone() |
CancelTimerFailedEventAttributes |
HistoryEvent.getCancelTimerFailedEventAttributes()
If the event is of type
CancelTimerFailed then this member
is set and provides detailed information about the event. |
CancelTimerFailedEventAttributes |
CancelTimerFailedEventAttributes.withCause(CancelTimerFailedCause cause)
The cause of the failure.
|
CancelTimerFailedEventAttributes |
CancelTimerFailedEventAttributes.withCause(java.lang.String cause)
The cause of the failure.
|
CancelTimerFailedEventAttributes |
CancelTimerFailedEventAttributes.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. |
CancelTimerFailedEventAttributes |
CancelTimerFailedEventAttributes.withTimerId(java.lang.String timerId)
The timerId provided in the
CancelTimer decision that
failed. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setCancelTimerFailedEventAttributes(CancelTimerFailedEventAttributes cancelTimerFailedEventAttributes)
If the event is of type
CancelTimerFailed then this member
is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withCancelTimerFailedEventAttributes(CancelTimerFailedEventAttributes cancelTimerFailedEventAttributes)
If the event is of type
CancelTimerFailed then this member
is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
CancelTimerFailedEventAttributes |
CancelTimerFailedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CancelTimerFailedEventAttributesJsonMarshaller.marshall(CancelTimerFailedEventAttributes cancelTimerFailedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|