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