@Generated(value="software.amazon.awssdk:codegen") public final class ActivityTaskCancelRequestedEventAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActivityTaskCancelRequestedEventAttributes.Builder,ActivityTaskCancelRequestedEventAttributes>
Provides the details of the ActivityTaskCancelRequested event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActivityTaskCancelRequestedEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
activityId()
The unique ID of the task.
|
static ActivityTaskCancelRequestedEventAttributes.Builder |
builder() |
Long |
decisionTaskCompletedEventId()
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
RequestCancelActivityTask decision for this cancellation request. |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActivityTaskCancelRequestedEventAttributes.Builder> |
serializableBuilderClass() |
ActivityTaskCancelRequestedEventAttributes.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic Long decisionTaskCompletedEventId()
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the
RequestCancelActivityTask decision for this cancellation request. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to this event.
DecisionTaskCompleted event corresponding to the decision task that resulted
in the RequestCancelActivityTask decision for this cancellation request. This information
can be useful for diagnosing problems by tracing back the chain of events leading up to this event.public String activityId()
The unique ID of the task.
public ActivityTaskCancelRequestedEventAttributes.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ActivityTaskCancelRequestedEventAttributes.Builder,ActivityTaskCancelRequestedEventAttributes>public static ActivityTaskCancelRequestedEventAttributes.Builder builder()
public static Class<? extends ActivityTaskCancelRequestedEventAttributes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.