@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetRecordRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
BatchGetRecordRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetRecordRequest |
clone() |
boolean |
equals(Object obj) |
List<BatchGetRecordIdentifier> |
getIdentifiers()
A list of
FeatureGroup names, with their corresponding RecordIdentifier value, and
Feature name that have been requested to be retrieved in batch. |
int |
hashCode() |
void |
setIdentifiers(Collection<BatchGetRecordIdentifier> identifiers)
A list of
FeatureGroup names, with their corresponding RecordIdentifier value, and
Feature name that have been requested to be retrieved in batch. |
String |
toString()
Returns a string representation of this object.
|
BatchGetRecordRequest |
withIdentifiers(BatchGetRecordIdentifier... identifiers)
A list of
FeatureGroup names, with their corresponding RecordIdentifier value, and
Feature name that have been requested to be retrieved in batch. |
BatchGetRecordRequest |
withIdentifiers(Collection<BatchGetRecordIdentifier> identifiers)
A list of
FeatureGroup names, with their corresponding RecordIdentifier value, and
Feature name that have been requested to be retrieved in batch. |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<BatchGetRecordIdentifier> getIdentifiers()
A list of FeatureGroup names, with their corresponding RecordIdentifier value, and
Feature name that have been requested to be retrieved in batch.
FeatureGroup names, with their corresponding RecordIdentifier value,
and Feature name that have been requested to be retrieved in batch.public void setIdentifiers(Collection<BatchGetRecordIdentifier> identifiers)
A list of FeatureGroup names, with their corresponding RecordIdentifier value, and
Feature name that have been requested to be retrieved in batch.
identifiers - A list of FeatureGroup names, with their corresponding RecordIdentifier value,
and Feature name that have been requested to be retrieved in batch.public BatchGetRecordRequest withIdentifiers(BatchGetRecordIdentifier... identifiers)
A list of FeatureGroup names, with their corresponding RecordIdentifier value, and
Feature name that have been requested to be retrieved in batch.
NOTE: This method appends the values to the existing list (if any). Use
setIdentifiers(java.util.Collection) or withIdentifiers(java.util.Collection) if you want to
override the existing values.
identifiers - A list of FeatureGroup names, with their corresponding RecordIdentifier value,
and Feature name that have been requested to be retrieved in batch.public BatchGetRecordRequest withIdentifiers(Collection<BatchGetRecordIdentifier> identifiers)
A list of FeatureGroup names, with their corresponding RecordIdentifier value, and
Feature name that have been requested to be retrieved in batch.
identifiers - A list of FeatureGroup names, with their corresponding RecordIdentifier value,
and Feature name that have been requested to be retrieved in batch.public String toString()
toString in class ObjectObject.toString()public BatchGetRecordRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.