@Generated(value="software.amazon.awssdk:codegen") public final class MarkerRecordedEventAttributes extends Object implements SdkPojo, Serializable, 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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MarkerRecordedEventAttributes.Builder> |
serializableBuilderClass() |
MarkerRecordedEventAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<MarkerRecordedEventAttributes.Builder,MarkerRecordedEventAttributes>public static MarkerRecordedEventAttributes.Builder builder()
public static Class<? extends MarkerRecordedEventAttributes.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.