@Generated(value="software.amazon.awssdk:codegen") public final class ActivityTaskTimedOutEventAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActivityTaskTimedOutEventAttributes.Builder,ActivityTaskTimedOutEventAttributes>
Provides the details of the ActivityTaskTimedOut
event.
Modifier and Type | Class and Description |
---|---|
static interface |
ActivityTaskTimedOutEventAttributes.Builder |
Modifier and Type | Method and Description |
---|---|
static ActivityTaskTimedOutEventAttributes.Builder |
builder() |
String |
details()
Contains the content of the
details parameter for the last call made by the activity to
RecordActivityTaskHeartbeat . |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
scheduledEventId()
The ID of the
ActivityTaskScheduled event that was recorded when this activity task was scheduled. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActivityTaskTimedOutEventAttributes.Builder> |
serializableBuilderClass() |
Long |
startedEventId()
The ID of the
ActivityTaskStarted event recorded when this activity task was started. |
ActivityTaskTimeoutType |
timeoutType()
The type of the timeout that caused this event.
|
String |
timeoutTypeAsString()
The type of the timeout that caused this event.
|
ActivityTaskTimedOutEventAttributes.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public ActivityTaskTimeoutType timeoutType()
The type of the timeout that caused this event.
If the service returns an enum value that is not available in the current SDK version, timeoutType
will
return ActivityTaskTimeoutType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from timeoutTypeAsString()
.
ActivityTaskTimeoutType
public String timeoutTypeAsString()
The type of the timeout that caused this event.
If the service returns an enum value that is not available in the current SDK version, timeoutType
will
return ActivityTaskTimeoutType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from timeoutTypeAsString()
.
ActivityTaskTimeoutType
public Long scheduledEventId()
The ID of the ActivityTaskScheduled
event that was recorded when this activity task was scheduled.
This information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.
ActivityTaskScheduled
event that was recorded when this activity 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 ActivityTaskStarted
event recorded when this activity task was started. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
ActivityTaskStarted
event recorded when this activity task was started. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.public String details()
Contains the content of the details
parameter for the last call made by the activity to
RecordActivityTaskHeartbeat
.
details
parameter for the last call made by the activity to
RecordActivityTaskHeartbeat
.public ActivityTaskTimedOutEventAttributes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ActivityTaskTimedOutEventAttributes.Builder,ActivityTaskTimedOutEventAttributes>
public static ActivityTaskTimedOutEventAttributes.Builder builder()
public static Class<? extends ActivityTaskTimedOutEventAttributes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.