Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private ScheduleActivityTaskFailedEventAttributes |
HistoryEvent.scheduleActivityTaskFailedEventAttributes
If the event is of type
ScheduleActivityTaskFailed then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributes.clone() |
ScheduleActivityTaskFailedEventAttributes |
HistoryEvent.getScheduleActivityTaskFailedEventAttributes()
If the event is of type
ScheduleActivityTaskFailed then this
member is set and provides detailed information about the event. |
ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributes.withActivityId(java.lang.String activityId)
The activityId provided in the
ScheduleActivityTask decision
that failed. |
ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributes.withActivityType(ActivityType activityType)
The activity type provided in the
ScheduleActivityTask
decision that failed. |
ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributes.withCause(ScheduleActivityTaskFailedCause cause)
The cause of the failure.
|
ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributes.withCause(java.lang.String cause)
The cause of the failure.
|
ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributes.withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision that resulted in the scheduling of this activity task. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setScheduleActivityTaskFailedEventAttributes(ScheduleActivityTaskFailedEventAttributes scheduleActivityTaskFailedEventAttributes)
If the event is of type
ScheduleActivityTaskFailed then this
member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withScheduleActivityTaskFailedEventAttributes(ScheduleActivityTaskFailedEventAttributes scheduleActivityTaskFailedEventAttributes)
If the event is of type
ScheduleActivityTaskFailed then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleActivityTaskFailedEventAttributesJsonMarshaller.marshall(ScheduleActivityTaskFailedEventAttributes scheduleActivityTaskFailedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|