@Generated(value="software.amazon.awssdk:codegen") public class ActivityTaskStartedEventAttributes extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<ActivityTaskStartedEventAttributes.Builder,ActivityTaskStartedEventAttributes>
Provides 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) |
int |
hashCode() |
String |
identity()
Identity of the worker that was assigned this task.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Long |
scheduledEventId()
The ID of the
ActivityTaskScheduled event that was recorded when this activity task was scheduled. |
static Class<? extends ActivityTaskStartedEventAttributes.Builder> |
serializableBuilderClass() |
ActivityTaskStartedEventAttributes.Builder |
toBuilder() |
String |
toString() |
public 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 software.amazon.awssdk.utils.builder.ToCopyableBuilder<ActivityTaskStartedEventAttributes.Builder,ActivityTaskStartedEventAttributes>public static ActivityTaskStartedEventAttributes.Builder builder()
public static Class<? extends ActivityTaskStartedEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.