@Generated(value="software.amazon.awssdk:codegen") public final class PutRecordBatchResponseEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PutRecordBatchResponseEntry.Builder,PutRecordBatchResponseEntry>
Contains the result for an individual record from a PutRecordBatch request. If the record is successfully added to your delivery stream, it receives a record ID. If the record fails to be added to your delivery stream, the result includes an error code and an error message.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutRecordBatchResponseEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutRecordBatchResponseEntry.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorCode()
The error code for an individual record result.
|
String |
errorMessage()
The error message for an individual record result.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
recordId()
The ID of the record.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutRecordBatchResponseEntry.Builder> |
serializableBuilderClass() |
PutRecordBatchResponseEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String recordId()
The ID of the record.
public final String errorCode()
The error code for an individual record result.
public final String errorMessage()
The error message for an individual record result.
public PutRecordBatchResponseEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutRecordBatchResponseEntry.Builder,PutRecordBatchResponseEntry>public static PutRecordBatchResponseEntry.Builder builder()
public static Class<? extends PutRecordBatchResponseEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.