@Generated(value="software.amazon.awssdk:codegen") public class MarkerRecordedEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<MarkerRecordedEventAttributes.Builder,MarkerRecordedEventAttributes>
Provides the details of the MarkerRecorded event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MarkerRecordedEventAttributes.Builder |
| Modifier and Type | Method and 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()
The details of the marker.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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() |
copypublic String markerName()
The name of the marker.
public String details()
The details of the marker.
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.