Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private ActivityTaskCompletedEventAttributes |
HistoryEvent.activityTaskCompletedEventAttributes
If the event is of type
ActivityTaskCompleted then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
ActivityTaskCompletedEventAttributes |
ActivityTaskCompletedEventAttributes.clone() |
ActivityTaskCompletedEventAttributes |
HistoryEvent.getActivityTaskCompletedEventAttributes()
If the event is of type
ActivityTaskCompleted then this
member is set and provides detailed information about the event. |
ActivityTaskCompletedEventAttributes |
ActivityTaskCompletedEventAttributes.withResult(java.lang.String result)
The results of the activity task (if any).
|
ActivityTaskCompletedEventAttributes |
ActivityTaskCompletedEventAttributes.withScheduledEventId(java.lang.Long scheduledEventId)
The ID of the
ActivityTaskScheduled event that was recorded
when this activity task was scheduled. |
ActivityTaskCompletedEventAttributes |
ActivityTaskCompletedEventAttributes.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.setActivityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes activityTaskCompletedEventAttributes)
If the event is of type
ActivityTaskCompleted then this
member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withActivityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes activityTaskCompletedEventAttributes)
If the event is of type
ActivityTaskCompleted then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
ActivityTaskCompletedEventAttributes |
ActivityTaskCompletedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityTaskCompletedEventAttributesJsonMarshaller.marshall(ActivityTaskCompletedEventAttributes activityTaskCompletedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|