@Generated(value="software.amazon.awssdk:codegen") public final class ActivityTaskStartedEventAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActivityTaskStartedEventAttributes.Builder,ActivityTaskStartedEventAttributes>
Provides the details of the ActivityTaskStarted event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActivityTaskStartedEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ActivityTaskStartedEventAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identity()
Identity of the worker that was assigned this task.
|
Long |
scheduledEventId()
The ID of the
ActivityTaskScheduled event that was recorded when this activity task was scheduled. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActivityTaskStartedEventAttributes.Builder> |
serializableBuilderClass() |
ActivityTaskStartedEventAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String identity()
Identity of the worker that was assigned this task. This aids diagnostics when problems arise. The form of this identity is user defined.
public Long scheduledEventId()
The ID of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
This information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.
ActivityTaskScheduled event that was recorded when this activity task was
scheduled. This information can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.public ActivityTaskStartedEventAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActivityTaskStartedEventAttributes.Builder,ActivityTaskStartedEventAttributes>public static ActivityTaskStartedEventAttributes.Builder builder()
public static Class<? extends ActivityTaskStartedEventAttributes.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.