Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private MarkerRecordedEventAttributes |
HistoryEvent.markerRecordedEventAttributes
If the event is of type
MarkerRecorded then this member is
set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
MarkerRecordedEventAttributes |
MarkerRecordedEventAttributes.clone() |
MarkerRecordedEventAttributes |
HistoryEvent.getMarkerRecordedEventAttributes()
If the event is of type
MarkerRecorded then this member is
set and provides detailed information about the event. |
MarkerRecordedEventAttributes |
MarkerRecordedEventAttributes.withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision task that resulted in the RecordMarker decision
that requested this marker. |
MarkerRecordedEventAttributes |
MarkerRecordedEventAttributes.withDetails(java.lang.String details)
Details of the marker (if any).
|
MarkerRecordedEventAttributes |
MarkerRecordedEventAttributes.withMarkerName(java.lang.String markerName)
The name of the marker.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setMarkerRecordedEventAttributes(MarkerRecordedEventAttributes markerRecordedEventAttributes)
If the event is of type
MarkerRecorded then this member is
set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withMarkerRecordedEventAttributes(MarkerRecordedEventAttributes markerRecordedEventAttributes)
If the event is of type
MarkerRecorded then this member is
set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
MarkerRecordedEventAttributes |
MarkerRecordedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MarkerRecordedEventAttributesJsonMarshaller.marshall(MarkerRecordedEventAttributes markerRecordedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|