@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public BatchGetRecordRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()