Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private DecisionTaskScheduledEventAttributes |
HistoryEvent.decisionTaskScheduledEventAttributes
If the event is of type
DecisionTaskScheduled then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
DecisionTaskScheduledEventAttributes |
DecisionTaskScheduledEventAttributes.clone() |
DecisionTaskScheduledEventAttributes |
HistoryEvent.getDecisionTaskScheduledEventAttributes()
If the event is of type
DecisionTaskScheduled then this
member is set and provides detailed information about the event. |
DecisionTaskScheduledEventAttributes |
DecisionTaskScheduledEventAttributes.withStartToCloseTimeout(java.lang.String startToCloseTimeout)
The maximum duration for this decision task.
|
DecisionTaskScheduledEventAttributes |
DecisionTaskScheduledEventAttributes.withTaskList(TaskList taskList)
The name of the task list in which the decision task was scheduled.
|
DecisionTaskScheduledEventAttributes |
DecisionTaskScheduledEventAttributes.withTaskPriority(java.lang.String taskPriority)
Optional. A task priority that, if set, specifies the priority for
this decision task.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setDecisionTaskScheduledEventAttributes(DecisionTaskScheduledEventAttributes decisionTaskScheduledEventAttributes)
If the event is of type
DecisionTaskScheduled then this
member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withDecisionTaskScheduledEventAttributes(DecisionTaskScheduledEventAttributes decisionTaskScheduledEventAttributes)
If the event is of type
DecisionTaskScheduled then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
DecisionTaskScheduledEventAttributes |
DecisionTaskScheduledEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DecisionTaskScheduledEventAttributesJsonMarshaller.marshall(DecisionTaskScheduledEventAttributes decisionTaskScheduledEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|