Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private ActivityTaskCanceledEventAttributes |
HistoryEvent.activityTaskCanceledEventAttributes
If the event is of type
ActivityTaskCanceled then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
ActivityTaskCanceledEventAttributes |
ActivityTaskCanceledEventAttributes.clone() |
ActivityTaskCanceledEventAttributes |
HistoryEvent.getActivityTaskCanceledEventAttributes()
If the event is of type
ActivityTaskCanceled then this
member is set and provides detailed information about the event. |
ActivityTaskCanceledEventAttributes |
ActivityTaskCanceledEventAttributes.withDetails(java.lang.String details)
Details of the cancellation (if any).
|
ActivityTaskCanceledEventAttributes |
ActivityTaskCanceledEventAttributes.withLatestCancelRequestedEventId(java.lang.Long latestCancelRequestedEventId)
If set, contains the ID of the last
ActivityTaskCancelRequested event recorded for this activity
task. |
ActivityTaskCanceledEventAttributes |
ActivityTaskCanceledEventAttributes.withScheduledEventId(java.lang.Long scheduledEventId)
The ID of the
ActivityTaskScheduled event that was recorded
when this activity task was scheduled. |
ActivityTaskCanceledEventAttributes |
ActivityTaskCanceledEventAttributes.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.setActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes activityTaskCanceledEventAttributes)
If the event is of type
ActivityTaskCanceled then this
member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withActivityTaskCanceledEventAttributes(ActivityTaskCanceledEventAttributes activityTaskCanceledEventAttributes)
If the event is of type
ActivityTaskCanceled then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
ActivityTaskCanceledEventAttributes |
ActivityTaskCanceledEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityTaskCanceledEventAttributesJsonMarshaller.marshall(ActivityTaskCanceledEventAttributes activityTaskCanceledEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|