StructuredPojo, ToCopyableBuilder<TimerCanceledEventAttributes.Builder,TimerCanceledEventAttributes>@Generated("software.amazon.awssdk:codegen") public class TimerCanceledEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<TimerCanceledEventAttributes.Builder,TimerCanceledEventAttributes>
Provides details of the TimerCanceled event.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
TimerCanceledEventAttributes.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static TimerCanceledEventAttributes.Builder |
builder() |
|
Long |
decisionTaskCompletedEventId() |
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
CancelTimer decision to cancel this timer. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends TimerCanceledEventAttributes.Builder> |
serializableBuilderClass() |
|
Long |
startedEventId() |
The ID of the
TimerStarted event that was recorded when this timer was started. |
String |
timerId() |
The unique ID of the timer that was canceled.
|
TimerCanceledEventAttributes.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String timerId()
The unique ID of the timer that was canceled.
public Long startedEventId()
The ID of the TimerStarted event that was recorded when this timer was started. This information can
be useful for diagnosing problems by tracing back the chain of events leading up to this event.
TimerStarted event that was recorded when this timer was started. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.public Long decisionTaskCompletedEventId()
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the
CancelTimer decision to cancel this timer. This information can be useful for diagnosing problems by
tracing back the chain of events leading up to this event.
DecisionTaskCompleted event corresponding to the decision task that resulted
in the CancelTimer decision to cancel this timer. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to this event.public TimerCanceledEventAttributes.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<TimerCanceledEventAttributes.Builder,TimerCanceledEventAttributes>public static TimerCanceledEventAttributes.Builder builder()
public static Class<? extends TimerCanceledEventAttributes.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.