@Generated(value="software.amazon.awssdk:codegen") public final class DecisionTaskTimedOutEventAttributes extends Object implements SdkPojo, Serializable, 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() |
Long |
scheduledEventId()
The ID of the
DecisionTaskScheduled event that was recorded when this decision task was scheduled. |
List<SdkField<?>> |
sdkFields() |
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() |
copy
public 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()
.
DecisionTaskTimeoutType
public 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()
.
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()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.