StructuredPojo, ToCopyableBuilder<ActivityTaskTimedOutEventAttributes.Builder,ActivityTaskTimedOutEventAttributes>@Generated("software.amazon.awssdk:codegen") public class ActivityTaskTimedOutEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<ActivityTaskTimedOutEventAttributes.Builder,ActivityTaskTimedOutEventAttributes>
Provides details of the ActivityTaskTimedOut event.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ActivityTaskTimedOutEventAttributes.Builder |
| Modifier and Type | Method | 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) |
|
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. |
String |
timeoutType() |
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() |
public String timeoutType()
The type of the timeout that caused this event.
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.