@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetRecordError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetRecordError.Builder,BatchGetRecordError>
The error that has occurred when attempting to retrieve a batch of Records.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetRecordError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetRecordError.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorCode()
The error code of an error that has occurred when attempting to retrieve a batch of Records.
|
String |
errorMessage()
The error message of an error that has occurred when attempting to retrieve a record in the batch.
|
String |
featureGroupName()
The name of the feature group that the record belongs to.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
recordIdentifierValueAsString()
The value for the
RecordIdentifier in string format of a Record from a FeatureGroup
that is causing an error when attempting to be retrieved. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetRecordError.Builder> |
serializableBuilderClass() |
BatchGetRecordError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String featureGroupName()
The name of the feature group that the record belongs to.
public final String recordIdentifierValueAsString()
The value for the RecordIdentifier in string format of a Record from a FeatureGroup
that is causing an error when attempting to be retrieved.
RecordIdentifier in string format of a Record from a
FeatureGroup that is causing an error when attempting to be retrieved.public final String errorCode()
The error code of an error that has occurred when attempting to retrieve a batch of Records. For more information on errors, see Errors.
public final String errorMessage()
The error message of an error that has occurred when attempting to retrieve a record in the batch.
public BatchGetRecordError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchGetRecordError.Builder,BatchGetRecordError>public static BatchGetRecordError.Builder builder()
public static Class<? extends BatchGetRecordError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.