| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| TimerCanceledEventAttributes | TimerCanceledEventAttributes. clone() | 
| TimerCanceledEventAttributes | HistoryEvent. getTimerCanceledEventAttributes()
 If the event is of type  TimerCanceledthen this member is set and provides detailed information
 about the event. | 
| TimerCanceledEventAttributes | TimerCanceledEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  DecisionTaskCompletedevent corresponding to the decision task that resulted in theCancelTimerdecision to cancel this timer. | 
| TimerCanceledEventAttributes | TimerCanceledEventAttributes. withStartedEventId(Long startedEventId)
 The ID of the  TimerStartedevent that was recorded when this timer was started. | 
| TimerCanceledEventAttributes | TimerCanceledEventAttributes. withTimerId(String timerId)
 The unique ID of the timer that was canceled. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HistoryEvent. setTimerCanceledEventAttributes(TimerCanceledEventAttributes timerCanceledEventAttributes)
 If the event is of type  TimerCanceledthen this member is set and provides detailed information
 about the event. | 
| HistoryEvent | HistoryEvent. withTimerCanceledEventAttributes(TimerCanceledEventAttributes timerCanceledEventAttributes)
 If the event is of type  TimerCanceledthen this member is set and provides detailed information
 about the event. | 
Copyright © 2020. All rights reserved.