StructuredPojo
, ToCopyableBuilder<TimerStartedEventAttributes.Builder,TimerStartedEventAttributes>
@Generated("software.amazon.awssdk:codegen") public class TimerStartedEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<TimerStartedEventAttributes.Builder,TimerStartedEventAttributes>
Provides details of the TimerStarted
event.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TimerStartedEventAttributes.Builder |
Modifier and Type | Method | Description |
---|---|---|
static TimerStartedEventAttributes.Builder |
builder() |
|
String |
control() |
Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
|
Long |
decisionTaskCompletedEventId() |
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
StartTimer decision for this activity task. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends TimerStartedEventAttributes.Builder> |
serializableBuilderClass() |
|
String |
startToFireTimeout() |
The duration of time after which the timer will fire.
|
String |
timerId() |
The unique ID of the timer that was started.
|
TimerStartedEventAttributes.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 started.
public String control()
Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.
public String startToFireTimeout()
The duration of time after which the timer will fire.
The duration is specified in seconds; an integer greater than or equal to 0.
The duration is specified in seconds; an integer greater than or equal to 0.
public Long decisionTaskCompletedEventId()
The ID of the DecisionTaskCompleted
event corresponding to the decision task that resulted in the
StartTimer
decision for this activity task. 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 StartTimer
decision for this activity task. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to this event.public TimerStartedEventAttributes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TimerStartedEventAttributes.Builder,TimerStartedEventAttributes>
public static TimerStartedEventAttributes.Builder builder()
public static Class<? extends TimerStartedEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.