| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| ActivityTaskFailedEventAttributes | ActivityTaskFailedEventAttributes. clone() | 
| ActivityTaskFailedEventAttributes | HistoryEvent. getActivityTaskFailedEventAttributes()
 If the event is of type  ActivityTaskFailedthen this member is set and provides detailed information
 about the event. | 
| ActivityTaskFailedEventAttributes | ActivityTaskFailedEventAttributes. withDetails(String details)
 The details of the failure (if any). | 
| ActivityTaskFailedEventAttributes | ActivityTaskFailedEventAttributes. withReason(String reason)
 The reason provided for the failure (if any). | 
| ActivityTaskFailedEventAttributes | ActivityTaskFailedEventAttributes. withScheduledEventId(Long scheduledEventId)
 The ID of the  ActivityTaskScheduledevent that was recorded when this activity task was scheduled. | 
| ActivityTaskFailedEventAttributes | ActivityTaskFailedEventAttributes. withStartedEventId(Long startedEventId)
 The ID of the  ActivityTaskStartedevent recorded when this activity task was started. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HistoryEvent. setActivityTaskFailedEventAttributes(ActivityTaskFailedEventAttributes activityTaskFailedEventAttributes)
 If the event is of type  ActivityTaskFailedthen this member is set and provides detailed information
 about the event. | 
| HistoryEvent | HistoryEvent. withActivityTaskFailedEventAttributes(ActivityTaskFailedEventAttributes activityTaskFailedEventAttributes)
 If the event is of type  ActivityTaskFailedthen this member is set and provides detailed information
 about the event. | 
Copyright © 2017. All rights reserved.