@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetRecordIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetRecordIdentifier.Builder,BatchGetRecordIdentifier>
The identifier that identifies the batch of Records you are retrieving in a batch.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetRecordIdentifier.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetRecordIdentifier.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
featureGroupName()
A
FeatureGroupName containing Records you are retrieving in a batch. |
List<String> |
featureNames()
List of names of Features to be retrieved.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFeatureNames()
Returns true if the FeatureNames 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 |
hasRecordIdentifiersValueAsString()
Returns true if the RecordIdentifiersValueAsString 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<String> |
recordIdentifiersValueAsString()
The value for a list of record identifiers in string format.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetRecordIdentifier.Builder> |
serializableBuilderClass() |
BatchGetRecordIdentifier.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String featureGroupName()
A FeatureGroupName containing Records you are retrieving in a batch.
FeatureGroupName containing Records you are retrieving in a batch.public final boolean hasRecordIdentifiersValueAsString()
public final List<String> recordIdentifiersValueAsString()
The value for a list of record identifiers in string format.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasRecordIdentifiersValueAsString() to see if a value was sent in this field.
public final boolean hasFeatureNames()
public final List<String> featureNames()
List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFeatureNames() to see if a value was sent in this field.
public BatchGetRecordIdentifier.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchGetRecordIdentifier.Builder,BatchGetRecordIdentifier>public static BatchGetRecordIdentifier.Builder builder()
public static Class<? extends BatchGetRecordIdentifier.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.