@Generated(value="software.amazon.awssdk:codegen") public final class PutEventsResultEntry extends Object implements StructuredPojo, ToCopyableBuilder<PutEventsResultEntry.Builder,PutEventsResultEntry>
Represents an event that failed to be submitted.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutEventsResultEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutEventsResultEntry.Builder |
builder() |
boolean |
equals(Object obj) |
String |
errorCode()
The error code that indicates why the event submission failed.
|
String |
errorMessage()
The error message that explains why the event submission failed.
|
String |
eventId()
The ID of the event.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends PutEventsResultEntry.Builder> |
serializableBuilderClass() |
PutEventsResultEntry.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String eventId()
The ID of the event.
public String errorCode()
The error code that indicates why the event submission failed.
public String errorMessage()
The error message that explains why the event submission failed.
public PutEventsResultEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutEventsResultEntry.Builder,PutEventsResultEntry>public static PutEventsResultEntry.Builder builder()
public static Class<? extends PutEventsResultEntry.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.