@Generated(value="software.amazon.awssdk:codegen") public class TimerFiredEventAttributes extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<TimerFiredEventAttributes.Builder,TimerFiredEventAttributes>
Provides details of the TimerFired event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TimerFiredEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TimerFiredEventAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends TimerFiredEventAttributes.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 fired.
|
TimerFiredEventAttributes.Builder |
toBuilder() |
String |
toString() |
public String timerId()
The unique ID of the timer that fired.
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 TimerFiredEventAttributes.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<TimerFiredEventAttributes.Builder,TimerFiredEventAttributes>public static TimerFiredEventAttributes.Builder builder()
public static Class<? extends TimerFiredEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.