@Generated(value="software.amazon.awssdk:codegen") public class MarkerRecordedEventAttributes extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<MarkerRecordedEventAttributes.Builder,MarkerRecordedEventAttributes>
Provides 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()
Details of the marker (if any).
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
markerName()
The name of the marker.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends MarkerRecordedEventAttributes.Builder> |
serializableBuilderClass() |
MarkerRecordedEventAttributes.Builder |
toBuilder() |
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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<MarkerRecordedEventAttributes.Builder,MarkerRecordedEventAttributes>public static MarkerRecordedEventAttributes.Builder builder()
public static Class<? extends MarkerRecordedEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.