@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) |
String |
getExpirationTimeResponse()
Parameter to request
ExpiresAt in response. |
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 |
setExpirationTimeResponse(String expirationTimeResponse)
Parameter to request
ExpiresAt in response. |
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 |
withExpirationTimeResponse(ExpirationTimeResponse expirationTimeResponse)
Parameter to request
ExpiresAt in response. |
BatchGetRecordRequest |
withExpirationTimeResponse(String expirationTimeResponse)
Parameter to request
ExpiresAt in response. |
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 void setExpirationTimeResponse(String expirationTimeResponse)
Parameter to request ExpiresAt in response. If Enabled, BatchGetRecord
will return the value of ExpiresAt, if it is not null. If Disabled and null,
BatchGetRecord will return null.
expirationTimeResponse - Parameter to request ExpiresAt in response. If Enabled,
BatchGetRecord will return the value of ExpiresAt, if it is not null. If
Disabled and null, BatchGetRecord will return null.ExpirationTimeResponsepublic String getExpirationTimeResponse()
Parameter to request ExpiresAt in response. If Enabled, BatchGetRecord
will return the value of ExpiresAt, if it is not null. If Disabled and null,
BatchGetRecord will return null.
ExpiresAt in response. If Enabled,
BatchGetRecord will return the value of ExpiresAt, if it is not null. If
Disabled and null, BatchGetRecord will return null.ExpirationTimeResponsepublic BatchGetRecordRequest withExpirationTimeResponse(String expirationTimeResponse)
Parameter to request ExpiresAt in response. If Enabled, BatchGetRecord
will return the value of ExpiresAt, if it is not null. If Disabled and null,
BatchGetRecord will return null.
expirationTimeResponse - Parameter to request ExpiresAt in response. If Enabled,
BatchGetRecord will return the value of ExpiresAt, if it is not null. If
Disabled and null, BatchGetRecord will return null.ExpirationTimeResponsepublic BatchGetRecordRequest withExpirationTimeResponse(ExpirationTimeResponse expirationTimeResponse)
Parameter to request ExpiresAt in response. If Enabled, BatchGetRecord
will return the value of ExpiresAt, if it is not null. If Disabled and null,
BatchGetRecord will return null.
expirationTimeResponse - Parameter to request ExpiresAt in response. If Enabled,
BatchGetRecord will return the value of ExpiresAt, if it is not null. If
Disabled and null, BatchGetRecord will return null.ExpirationTimeResponsepublic String toString()
toString in class ObjectObject.toString()public BatchGetRecordRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.