Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private ActivityTaskCancelRequestedEventAttributes |
HistoryEvent.activityTaskCancelRequestedEventAttributes
If the event is of type
ActivityTaskcancelRequested then
this member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
ActivityTaskCancelRequestedEventAttributes |
ActivityTaskCancelRequestedEventAttributes.clone() |
ActivityTaskCancelRequestedEventAttributes |
HistoryEvent.getActivityTaskCancelRequestedEventAttributes()
If the event is of type
ActivityTaskcancelRequested then
this member is set and provides detailed information about the event. |
ActivityTaskCancelRequestedEventAttributes |
ActivityTaskCancelRequestedEventAttributes.withActivityId(java.lang.String activityId)
The unique ID of the task.
|
ActivityTaskCancelRequestedEventAttributes |
ActivityTaskCancelRequestedEventAttributes.withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision task that resulted in the
RequestCancelActivityTask decision for this cancellation
request. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setActivityTaskCancelRequestedEventAttributes(ActivityTaskCancelRequestedEventAttributes activityTaskCancelRequestedEventAttributes)
If the event is of type
ActivityTaskcancelRequested then
this member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withActivityTaskCancelRequestedEventAttributes(ActivityTaskCancelRequestedEventAttributes activityTaskCancelRequestedEventAttributes)
If the event is of type
ActivityTaskcancelRequested then
this member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
ActivityTaskCancelRequestedEventAttributes |
ActivityTaskCancelRequestedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityTaskCancelRequestedEventAttributesJsonMarshaller.marshall(ActivityTaskCancelRequestedEventAttributes activityTaskCancelRequestedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|