@Generated(value="software.amazon.awssdk:codegen") public class RecordMarkerFailedEventAttributes extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<RecordMarkerFailedEventAttributes.Builder,RecordMarkerFailedEventAttributes>
Provides details of the RecordMarkerFailed event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecordMarkerFailedEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RecordMarkerFailedEventAttributes.Builder |
builder() |
String |
cause()
The cause of the failure.
|
Long |
decisionTaskCompletedEventId()
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in the
RecordMarkerFailed decision for this cancellation request. |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
markerName()
The marker's name.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends RecordMarkerFailedEventAttributes.Builder> |
serializableBuilderClass() |
RecordMarkerFailedEventAttributes.Builder |
toBuilder() |
String |
toString() |
public String markerName()
The marker's name.
public String cause()
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
RecordMarkerFailedCausepublic Long decisionTaskCompletedEventId()
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the
RecordMarkerFailed decision for this cancellation request. 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 RecordMarkerFailed decision for this cancellation request. This information can be
useful for diagnosing problems by tracing back the chain of events leading up to this event.public RecordMarkerFailedEventAttributes.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<RecordMarkerFailedEventAttributes.Builder,RecordMarkerFailedEventAttributes>public static RecordMarkerFailedEventAttributes.Builder builder()
public static Class<? extends RecordMarkerFailedEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.