Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
RecordMarkerFailedEventAttributes |
RecordMarkerFailedEventAttributes.clone() |
RecordMarkerFailedEventAttributes |
HistoryEvent.getRecordMarkerFailedEventAttributes()
If the event is of type
DecisionTaskFailed then this member
is set and provides detailed information about the event. |
RecordMarkerFailedEventAttributes |
RecordMarkerFailedEventAttributes.withCause(RecordMarkerFailedCause cause)
The cause of the failure.
|
RecordMarkerFailedEventAttributes |
RecordMarkerFailedEventAttributes.withCause(String cause)
The cause of the failure.
|
RecordMarkerFailedEventAttributes |
RecordMarkerFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision task that resulted in the RecordMarkerFailed
decision for this cancellation request. |
RecordMarkerFailedEventAttributes |
RecordMarkerFailedEventAttributes.withMarkerName(String markerName)
The marker's name.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setRecordMarkerFailedEventAttributes(RecordMarkerFailedEventAttributes recordMarkerFailedEventAttributes)
If the event is of type
DecisionTaskFailed then this member
is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withRecordMarkerFailedEventAttributes(RecordMarkerFailedEventAttributes recordMarkerFailedEventAttributes)
If the event is of type
DecisionTaskFailed then this member
is set and provides detailed information about the event. |
Copyright © 2018. All rights reserved.