StructuredPojo
, ToCopyableBuilder<DecisionTaskTimedOutEventAttributes.Builder,DecisionTaskTimedOutEventAttributes>
@Generated("software.amazon.awssdk:codegen") public class DecisionTaskTimedOutEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<DecisionTaskTimedOutEventAttributes.Builder,DecisionTaskTimedOutEventAttributes>
Provides details of the DecisionTaskTimedOut
event.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DecisionTaskTimedOutEventAttributes.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DecisionTaskTimedOutEventAttributes.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
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 DecisionTaskTimedOutEventAttributes.Builder> |
serializableBuilderClass() |
|
Long |
startedEventId() |
The ID of the
DecisionTaskStarted event recorded when this decision task was started. |
String |
timeoutType() |
The type of timeout that expired before the decision task could be completed.
|
DecisionTaskTimedOutEventAttributes.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String timeoutType()
The type of timeout that expired before the decision task could be completed.
DecisionTaskTimeoutType
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 Long startedEventId()
The ID of the DecisionTaskStarted
event recorded when this decision task was started. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
DecisionTaskStarted
event recorded when this decision task was started. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.public DecisionTaskTimedOutEventAttributes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DecisionTaskTimedOutEventAttributes.Builder,DecisionTaskTimedOutEventAttributes>
public static DecisionTaskTimedOutEventAttributes.Builder builder()
public static Class<? extends DecisionTaskTimedOutEventAttributes.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.