StructuredPojo
, ToCopyableBuilder<DecisionTaskStartedEventAttributes.Builder,DecisionTaskStartedEventAttributes>
@Generated("software.amazon.awssdk:codegen") public class DecisionTaskStartedEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<DecisionTaskStartedEventAttributes.Builder,DecisionTaskStartedEventAttributes>
Provides details of the DecisionTaskStarted
event.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DecisionTaskStartedEventAttributes.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DecisionTaskStartedEventAttributes.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
identity() |
Identity of the decider making the request.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
Long |
scheduledEventId() |
The ID of the
DecisionTaskScheduled event that was recorded when this decision task was scheduled. |
static Class<? extends DecisionTaskStartedEventAttributes.Builder> |
serializableBuilderClass() |
|
DecisionTaskStartedEventAttributes.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public 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 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DecisionTaskStartedEventAttributes.Builder,DecisionTaskStartedEventAttributes>
public static DecisionTaskStartedEventAttributes.Builder builder()
public static Class<? extends DecisionTaskStartedEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.