| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. | 
| Modifier and Type | Method and Description | 
|---|---|
| ActivityTaskCompletedEventAttributes | ActivityTaskCompletedEventAttributes. clone() | 
| ActivityTaskCompletedEventAttributes | HistoryEvent. getActivityTaskCompletedEventAttributes()If the event is of type  ActivityTaskCompletedthen this
 member is set and provides detailed information about the event. | 
| ActivityTaskCompletedEventAttributes | ActivityTaskCompletedEventAttributes. withResult(String result)The results of the activity task (if any). | 
| ActivityTaskCompletedEventAttributes | ActivityTaskCompletedEventAttributes. withScheduledEventId(Long scheduledEventId)The id of the  ActivityTaskScheduledevent that was
 recorded when this activity task was scheduled. | 
| ActivityTaskCompletedEventAttributes | ActivityTaskCompletedEventAttributes. withStartedEventId(Long startedEventId)The Id of the  ActivityTaskStartedevent recorded when
 this activity task was started. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HistoryEvent. setActivityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes activityTaskCompletedEventAttributes)If the event is of type  ActivityTaskCompletedthen this
 member is set and provides detailed information about the event. | 
| HistoryEvent | HistoryEvent. withActivityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes activityTaskCompletedEventAttributes)If the event is of type  ActivityTaskCompletedthen this
 member is set and provides detailed information about the event. | 
Copyright © 2015. All rights reserved.