Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private RecordMarkerDecisionAttributes |
Decision.recordMarkerDecisionAttributes
Provides details of the
RecordMarker decision. |
Modifier and Type | Method and Description |
---|---|
RecordMarkerDecisionAttributes |
RecordMarkerDecisionAttributes.clone() |
RecordMarkerDecisionAttributes |
Decision.getRecordMarkerDecisionAttributes()
Provides details of the
RecordMarker decision. |
RecordMarkerDecisionAttributes |
RecordMarkerDecisionAttributes.withDetails(java.lang.String details)
Optional. details of the marker.
|
RecordMarkerDecisionAttributes |
RecordMarkerDecisionAttributes.withMarkerName(java.lang.String markerName)
Required. The name of the marker.
|
Modifier and Type | Method and Description |
---|---|
void |
Decision.setRecordMarkerDecisionAttributes(RecordMarkerDecisionAttributes recordMarkerDecisionAttributes)
Provides details of the
RecordMarker decision. |
Decision |
Decision.withRecordMarkerDecisionAttributes(RecordMarkerDecisionAttributes recordMarkerDecisionAttributes)
Provides details of the
RecordMarker decision. |
Modifier and Type | Method and Description |
---|---|
RecordMarkerDecisionAttributes |
RecordMarkerDecisionAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RecordMarkerDecisionAttributesJsonMarshaller.marshall(RecordMarkerDecisionAttributes recordMarkerDecisionAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|