Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private ActivityTaskTimedOutEventAttributes |
HistoryEvent.activityTaskTimedOutEventAttributes
If the event is of type
ActivityTaskTimedOut then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
ActivityTaskTimedOutEventAttributes |
ActivityTaskTimedOutEventAttributes.clone() |
ActivityTaskTimedOutEventAttributes |
HistoryEvent.getActivityTaskTimedOutEventAttributes()
If the event is of type
ActivityTaskTimedOut then this
member is set and provides detailed information about the event. |
ActivityTaskTimedOutEventAttributes |
ActivityTaskTimedOutEventAttributes.withDetails(java.lang.String details)
Contains the content of the
details parameter for the last
call made by the activity to RecordActivityTaskHeartbeat . |
ActivityTaskTimedOutEventAttributes |
ActivityTaskTimedOutEventAttributes.withScheduledEventId(java.lang.Long scheduledEventId)
The ID of the
ActivityTaskScheduled event that was recorded
when this activity task was scheduled. |
ActivityTaskTimedOutEventAttributes |
ActivityTaskTimedOutEventAttributes.withStartedEventId(java.lang.Long startedEventId)
The ID of the
ActivityTaskStarted event recorded when this
activity task was started. |
ActivityTaskTimedOutEventAttributes |
ActivityTaskTimedOutEventAttributes.withTimeoutType(ActivityTaskTimeoutType timeoutType)
The type of the timeout that caused this event.
|
ActivityTaskTimedOutEventAttributes |
ActivityTaskTimedOutEventAttributes.withTimeoutType(java.lang.String timeoutType)
The type of the timeout that caused this event.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setActivityTaskTimedOutEventAttributes(ActivityTaskTimedOutEventAttributes activityTaskTimedOutEventAttributes)
If the event is of type
ActivityTaskTimedOut then this
member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withActivityTaskTimedOutEventAttributes(ActivityTaskTimedOutEventAttributes activityTaskTimedOutEventAttributes)
If the event is of type
ActivityTaskTimedOut then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
ActivityTaskTimedOutEventAttributes |
ActivityTaskTimedOutEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityTaskTimedOutEventAttributesJsonMarshaller.marshall(ActivityTaskTimedOutEventAttributes activityTaskTimedOutEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|