@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) |
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, 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 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.ExpirationTimeResponse
public 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.ExpirationTimeResponse
public 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.ExpirationTimeResponse
public 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.ExpirationTimeResponse
public String toString()
toString
in class Object
Object.toString()
public BatchGetRecordRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()