@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetRecordResponse extends SageMakerFeatureStoreRuntimeResponse implements ToCopyableBuilder<BatchGetRecordResponse.Builder,BatchGetRecordResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetRecordResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetRecordResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<BatchGetRecordError> |
errors()
A list of errors that have occured when retrieving a batch of Records.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasErrors()
Returns true if the Errors property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasRecords()
Returns true if the Records property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasUnprocessedIdentifiers()
Returns true if the UnprocessedIdentifiers property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
List<BatchGetRecordResultDetail> |
records()
A list of Records you requested to be retrieved in batch.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetRecordResponse.Builder> |
serializableBuilderClass() |
BatchGetRecordResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<BatchGetRecordIdentifier> |
unprocessedIdentifiers()
A unprocessed list of
FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name. |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasRecords()
public final List<BatchGetRecordResultDetail> records()
A list of Records you requested to be retrieved in batch.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasRecords() to see if a value was sent in this field.
public final boolean hasErrors()
public final List<BatchGetRecordError> errors()
A list of errors that have occured when retrieving a batch of Records.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasErrors() to see if a value was sent in this field.
public final boolean hasUnprocessedIdentifiers()
public final List<BatchGetRecordIdentifier> unprocessedIdentifiers()
A unprocessed list of FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasUnprocessedIdentifiers() to see if a value was sent in this field.
FeatureGroup names, with their corresponding
RecordIdentifier value, and Feature name.public BatchGetRecordResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchGetRecordResponse.Builder,BatchGetRecordResponse>toBuilder in class AwsResponsepublic static BatchGetRecordResponse.Builder builder()
public static Class<? extends BatchGetRecordResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.