@Generated(value="software.amazon.awssdk:codegen") public final class TimerCanceledEventAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TimerCanceledEventAttributes.Builder,TimerCanceledEventAttributes>
Provides the details of the TimerCanceled
event.
Modifier and Type | Class and Description |
---|---|
static interface |
TimerCanceledEventAttributes.Builder |
Modifier and Type | Method and 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
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() |
copy
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TimerCanceledEventAttributes.Builder,TimerCanceledEventAttributes>
public static TimerCanceledEventAttributes.Builder builder()
public static Class<? extends TimerCanceledEventAttributes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.