@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)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends PutEventsResultEntry.Builder> |
serializableBuilderClass() |
PutEventsResultEntry.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutEventsResultEntry.Builder,PutEventsResultEntry>
public static PutEventsResultEntry.Builder builder()
public static Class<? extends PutEventsResultEntry.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.