@Generated(value="software.amazon.awssdk:codegen") public class ActivityTaskTimedOutEventAttributes extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<ActivityTaskTimedOutEventAttributes.Builder,ActivityTaskTimedOutEventAttributes>
Provides 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) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller 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() |
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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ActivityTaskTimedOutEventAttributes.Builder,ActivityTaskTimedOutEventAttributes>public static ActivityTaskTimedOutEventAttributes.Builder builder()
public static Class<? extends ActivityTaskTimedOutEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.