Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private RecordMarkerFailedEventAttributes |
HistoryEvent.recordMarkerFailedEventAttributes
If the event is of type
DecisionTaskFailed then this member
is set and provides detailed information about the event. |
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(java.lang.String cause)
The cause of the failure.
|
RecordMarkerFailedEventAttributes |
RecordMarkerFailedEventAttributes.withDecisionTaskCompletedEventId(java.lang.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(java.lang.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. |
Modifier and Type | Method and Description |
---|---|
RecordMarkerFailedEventAttributes |
RecordMarkerFailedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RecordMarkerFailedEventAttributesJsonMarshaller.marshall(RecordMarkerFailedEventAttributes recordMarkerFailedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|