Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private ActivityTaskFailedEventAttributes |
HistoryEvent.activityTaskFailedEventAttributes
If the event is of type
ActivityTaskFailed then this member
is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
ActivityTaskFailedEventAttributes |
ActivityTaskFailedEventAttributes.clone() |
ActivityTaskFailedEventAttributes |
HistoryEvent.getActivityTaskFailedEventAttributes()
If the event is of type
ActivityTaskFailed then this member
is set and provides detailed information about the event. |
ActivityTaskFailedEventAttributes |
ActivityTaskFailedEventAttributes.withDetails(java.lang.String details)
The details of the failure (if any).
|
ActivityTaskFailedEventAttributes |
ActivityTaskFailedEventAttributes.withReason(java.lang.String reason)
The reason provided for the failure (if any).
|
ActivityTaskFailedEventAttributes |
ActivityTaskFailedEventAttributes.withScheduledEventId(java.lang.Long scheduledEventId)
The ID of the
ActivityTaskScheduled event that was recorded
when this activity task was scheduled. |
ActivityTaskFailedEventAttributes |
ActivityTaskFailedEventAttributes.withStartedEventId(java.lang.Long startedEventId)
The ID of the
ActivityTaskStarted event recorded when this
activity task was started. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setActivityTaskFailedEventAttributes(ActivityTaskFailedEventAttributes activityTaskFailedEventAttributes)
If the event is of type
ActivityTaskFailed then this member
is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withActivityTaskFailedEventAttributes(ActivityTaskFailedEventAttributes activityTaskFailedEventAttributes)
If the event is of type
ActivityTaskFailed then this member
is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
ActivityTaskFailedEventAttributes |
ActivityTaskFailedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityTaskFailedEventAttributesJsonMarshaller.marshall(ActivityTaskFailedEventAttributes activityTaskFailedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|