@Generated(value="software.amazon.awssdk:codegen") public class ActivityTaskTimedOutEventAttributes extends Object implements StructuredPojo, 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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
Long |
scheduledEventId()
The ID of the
ActivityTaskScheduled event that was recorded when this activity task was scheduled. |
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() |
copypublic 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().
ActivityTaskTimeoutTypepublic 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().
ActivityTaskTimeoutTypepublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ActivityTaskTimedOutEventAttributes.Builder,ActivityTaskTimedOutEventAttributes>public static ActivityTaskTimedOutEventAttributes.Builder builder()
public static Class<? extends ActivityTaskTimedOutEventAttributes.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.