Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private DecisionTaskStartedEventAttributes |
HistoryEvent.decisionTaskStartedEventAttributes
If the event is of type
DecisionTaskStarted then this member
is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
DecisionTaskStartedEventAttributes |
DecisionTaskStartedEventAttributes.clone() |
DecisionTaskStartedEventAttributes |
HistoryEvent.getDecisionTaskStartedEventAttributes()
If the event is of type
DecisionTaskStarted then this member
is set and provides detailed information about the event. |
DecisionTaskStartedEventAttributes |
DecisionTaskStartedEventAttributes.withIdentity(java.lang.String identity)
Identity of the decider making the request.
|
DecisionTaskStartedEventAttributes |
DecisionTaskStartedEventAttributes.withScheduledEventId(java.lang.Long scheduledEventId)
The ID of the
DecisionTaskScheduled event that was recorded
when this decision task was scheduled. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setDecisionTaskStartedEventAttributes(DecisionTaskStartedEventAttributes decisionTaskStartedEventAttributes)
If the event is of type
DecisionTaskStarted then this member
is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withDecisionTaskStartedEventAttributes(DecisionTaskStartedEventAttributes decisionTaskStartedEventAttributes)
If the event is of type
DecisionTaskStarted then this member
is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
DecisionTaskStartedEventAttributes |
DecisionTaskStartedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DecisionTaskStartedEventAttributesJsonMarshaller.marshall(DecisionTaskStartedEventAttributes decisionTaskStartedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|