@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 containing the name or Amazon Resource Name (ARN) of the
FeatureGroup , the list of names of
Feature s to be retrieved, and the corresponding RecordIdentifier values as strings. |
int |
hashCode() |
void |
setExpirationTimeResponse(String expirationTimeResponse)
Parameter to request
ExpiresAt in response. |
void |
setIdentifiers(Collection<BatchGetRecordIdentifier> identifiers)
A list containing the name or Amazon Resource Name (ARN) of the
FeatureGroup , the list of names of
Feature s to be retrieved, and the corresponding RecordIdentifier values as strings. |
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 containing the name or Amazon Resource Name (ARN) of the
FeatureGroup , the list of names of
Feature s to be retrieved, and the corresponding RecordIdentifier values as strings. |
BatchGetRecordRequest |
withIdentifiers(Collection<BatchGetRecordIdentifier> identifiers)
A list containing the name or Amazon Resource Name (ARN) of the
FeatureGroup , the list of names of
Feature s to be retrieved, and the corresponding RecordIdentifier values as strings. |
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 containing the name or Amazon Resource Name (ARN) of the FeatureGroup
, the list of names of
Feature
s to be retrieved, and the corresponding RecordIdentifier
values as strings.
FeatureGroup
, the list of
names of Feature
s to be retrieved, and the corresponding RecordIdentifier
values as strings.public void setIdentifiers(Collection<BatchGetRecordIdentifier> identifiers)
A list containing the name or Amazon Resource Name (ARN) of the FeatureGroup
, the list of names of
Feature
s to be retrieved, and the corresponding RecordIdentifier
values as strings.
identifiers
- A list containing the name or Amazon Resource Name (ARN) of the FeatureGroup
, the list of
names of Feature
s to be retrieved, and the corresponding RecordIdentifier
values
as strings.public BatchGetRecordRequest withIdentifiers(BatchGetRecordIdentifier... identifiers)
A list containing the name or Amazon Resource Name (ARN) of the FeatureGroup
, the list of names of
Feature
s to be retrieved, and the corresponding RecordIdentifier
values as strings.
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 containing the name or Amazon Resource Name (ARN) of the FeatureGroup
, the list of
names of Feature
s to be retrieved, and the corresponding RecordIdentifier
values
as strings.public BatchGetRecordRequest withIdentifiers(Collection<BatchGetRecordIdentifier> identifiers)
A list containing the name or Amazon Resource Name (ARN) of the FeatureGroup
, the list of names of
Feature
s to be retrieved, and the corresponding RecordIdentifier
values as strings.
identifiers
- A list containing the name or Amazon Resource Name (ARN) of the FeatureGroup
, the list of
names of Feature
s to be retrieved, and the corresponding RecordIdentifier
values
as strings.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()