Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
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(String activityId)
The unique ID of the task.
|
ActivityTaskCancelRequestedEventAttributes |
ActivityTaskCancelRequestedEventAttributes.withDecisionTaskCompletedEventId(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. |
Copyright © 2014. All rights reserved.