Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private RequestCancelActivityTaskFailedEventAttributes |
HistoryEvent.requestCancelActivityTaskFailedEventAttributes
If the event is of type
RequestCancelActivityTaskFailed then
this member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
RequestCancelActivityTaskFailedEventAttributes |
RequestCancelActivityTaskFailedEventAttributes.clone() |
RequestCancelActivityTaskFailedEventAttributes |
HistoryEvent.getRequestCancelActivityTaskFailedEventAttributes()
If the event is of type
RequestCancelActivityTaskFailed then
this member is set and provides detailed information about the event. |
RequestCancelActivityTaskFailedEventAttributes |
RequestCancelActivityTaskFailedEventAttributes.withActivityId(java.lang.String activityId)
The activityId provided in the
RequestCancelActivityTask
decision that failed. |
RequestCancelActivityTaskFailedEventAttributes |
RequestCancelActivityTaskFailedEventAttributes.withCause(RequestCancelActivityTaskFailedCause cause)
The cause of the failure.
|
RequestCancelActivityTaskFailedEventAttributes |
RequestCancelActivityTaskFailedEventAttributes.withCause(java.lang.String cause)
The cause of the failure.
|
RequestCancelActivityTaskFailedEventAttributes |
RequestCancelActivityTaskFailedEventAttributes.withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision task that resulted in the
RequestCancelActivityTask decision for this cancellation
request. |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setRequestCancelActivityTaskFailedEventAttributes(RequestCancelActivityTaskFailedEventAttributes requestCancelActivityTaskFailedEventAttributes)
If the event is of type
RequestCancelActivityTaskFailed then
this member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withRequestCancelActivityTaskFailedEventAttributes(RequestCancelActivityTaskFailedEventAttributes requestCancelActivityTaskFailedEventAttributes)
If the event is of type
RequestCancelActivityTaskFailed then
this member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
RequestCancelActivityTaskFailedEventAttributes |
RequestCancelActivityTaskFailedEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RequestCancelActivityTaskFailedEventAttributesJsonMarshaller.marshall(RequestCancelActivityTaskFailedEventAttributes requestCancelActivityTaskFailedEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|