@Generated(value="software.amazon.awssdk:codegen") public final class DecisionTaskStartedEventAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DecisionTaskStartedEventAttributes.Builder,DecisionTaskStartedEventAttributes>
Provides the details of the DecisionTaskStarted event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DecisionTaskStartedEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DecisionTaskStartedEventAttributes.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 decider making the request.
|
Long |
scheduledEventId()
The ID of the
DecisionTaskScheduled event that was recorded when this decision task was scheduled. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DecisionTaskStartedEventAttributes.Builder> |
serializableBuilderClass() |
DecisionTaskStartedEventAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String identity()
Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.
public final Long scheduledEventId()
The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled.
This information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.
DecisionTaskScheduled event that was recorded when this decision task was
scheduled. This information can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.public DecisionTaskStartedEventAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DecisionTaskStartedEventAttributes.Builder,DecisionTaskStartedEventAttributes>public static DecisionTaskStartedEventAttributes.Builder builder()
public static Class<? extends DecisionTaskStartedEventAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.