@Generated(value="software.amazon.awssdk:codegen") public class DecisionTaskTimedOutEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<DecisionTaskTimedOutEventAttributes.Builder,DecisionTaskTimedOutEventAttributes>
Provides the 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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. |
DecisionTaskTimeoutType |
timeoutType()
The type of timeout that expired before the decision task could be completed.
|
String |
timeoutTypeAsString()
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() |
copypublic DecisionTaskTimeoutType timeoutType()
The type of timeout that expired before the decision task could be completed.
If the service returns an enum value that is not available in the current SDK version, timeoutType will
return DecisionTaskTimeoutType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from timeoutTypeAsString().
DecisionTaskTimeoutTypepublic String timeoutTypeAsString()
The type of timeout that expired before the decision task could be completed.
If the service returns an enum value that is not available in the current SDK version, timeoutType will
return DecisionTaskTimeoutType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from timeoutTypeAsString().
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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DecisionTaskTimedOutEventAttributes.Builder,DecisionTaskTimedOutEventAttributes>public static DecisionTaskTimedOutEventAttributes.Builder builder()
public static Class<? extends DecisionTaskTimedOutEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.