@Generated(value="software.amazon.awssdk:codegen") public class DecisionTaskTimedOutEventAttributes extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<DecisionTaskTimedOutEventAttributes.Builder,DecisionTaskTimedOutEventAttributes>
Provides details of the DecisionTaskTimedOut event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DecisionTaskTimedOutEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DecisionTaskTimedOutEventAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller 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() |
String |
toString() |
public String timeoutType()
The type of timeout that expired before the decision task could be completed.
DecisionTaskTimeoutTypepublic 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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DecisionTaskTimedOutEventAttributes.Builder,DecisionTaskTimedOutEventAttributes>public static DecisionTaskTimedOutEventAttributes.Builder builder()
public static Class<? extends DecisionTaskTimedOutEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.