@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetRecordResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetRecordResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetRecordResult |
clone() |
boolean |
equals(Object obj) |
List<BatchGetRecordError> |
getErrors()
A list of errors that have occurred when retrieving a batch of Records.
|
List<BatchGetRecordResultDetail> |
getRecords()
A list of Records you requested to be retrieved in batch.
|
List<BatchGetRecordIdentifier> |
getUnprocessedIdentifiers()
A unprocessed list of
FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name. |
int |
hashCode() |
void |
setErrors(Collection<BatchGetRecordError> errors)
A list of errors that have occurred when retrieving a batch of Records.
|
void |
setRecords(Collection<BatchGetRecordResultDetail> records)
A list of Records you requested to be retrieved in batch.
|
void |
setUnprocessedIdentifiers(Collection<BatchGetRecordIdentifier> unprocessedIdentifiers)
A unprocessed list of
FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name. |
String |
toString()
Returns a string representation of this object.
|
BatchGetRecordResult |
withErrors(BatchGetRecordError... errors)
A list of errors that have occurred when retrieving a batch of Records.
|
BatchGetRecordResult |
withErrors(Collection<BatchGetRecordError> errors)
A list of errors that have occurred when retrieving a batch of Records.
|
BatchGetRecordResult |
withRecords(BatchGetRecordResultDetail... records)
A list of Records you requested to be retrieved in batch.
|
BatchGetRecordResult |
withRecords(Collection<BatchGetRecordResultDetail> records)
A list of Records you requested to be retrieved in batch.
|
BatchGetRecordResult |
withUnprocessedIdentifiers(BatchGetRecordIdentifier... unprocessedIdentifiers)
A unprocessed list of
FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name. |
BatchGetRecordResult |
withUnprocessedIdentifiers(Collection<BatchGetRecordIdentifier> unprocessedIdentifiers)
A unprocessed list of
FeatureGroup names, with their corresponding RecordIdentifier
value, and Feature name. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BatchGetRecordResultDetail> getRecords()
A list of Records you requested to be retrieved in batch.
public void setRecords(Collection<BatchGetRecordResultDetail> records)
A list of Records you requested to be retrieved in batch.
records
- A list of Records you requested to be retrieved in batch.public BatchGetRecordResult withRecords(BatchGetRecordResultDetail... records)
A list of Records you requested to be retrieved in batch.
NOTE: This method appends the values to the existing list (if any). Use
setRecords(java.util.Collection)
or withRecords(java.util.Collection)
if you want to override
the existing values.
records
- A list of Records you requested to be retrieved in batch.public BatchGetRecordResult withRecords(Collection<BatchGetRecordResultDetail> records)
A list of Records you requested to be retrieved in batch.
records
- A list of Records you requested to be retrieved in batch.public List<BatchGetRecordError> getErrors()
A list of errors that have occurred when retrieving a batch of Records.
public void setErrors(Collection<BatchGetRecordError> errors)
A list of errors that have occurred when retrieving a batch of Records.
errors
- A list of errors that have occurred when retrieving a batch of Records.public BatchGetRecordResult withErrors(BatchGetRecordError... errors)
A list of errors that have occurred when retrieving a batch of Records.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection)
or withErrors(java.util.Collection)
if you want to override the
existing values.
errors
- A list of errors that have occurred when retrieving a batch of Records.public BatchGetRecordResult withErrors(Collection<BatchGetRecordError> errors)
A list of errors that have occurred when retrieving a batch of Records.
errors
- A list of errors that have occurred when retrieving a batch of Records.public List<BatchGetRecordIdentifier> getUnprocessedIdentifiers()
A unprocessed list of FeatureGroup
names, with their corresponding RecordIdentifier
value, and Feature name.
FeatureGroup
names, with their corresponding
RecordIdentifier
value, and Feature name.public void setUnprocessedIdentifiers(Collection<BatchGetRecordIdentifier> unprocessedIdentifiers)
A unprocessed list of FeatureGroup
names, with their corresponding RecordIdentifier
value, and Feature name.
unprocessedIdentifiers
- A unprocessed list of FeatureGroup
names, with their corresponding
RecordIdentifier
value, and Feature name.public BatchGetRecordResult withUnprocessedIdentifiers(BatchGetRecordIdentifier... unprocessedIdentifiers)
A unprocessed list of FeatureGroup
names, with their corresponding RecordIdentifier
value, and Feature name.
NOTE: This method appends the values to the existing list (if any). Use
setUnprocessedIdentifiers(java.util.Collection)
or
withUnprocessedIdentifiers(java.util.Collection)
if you want to override the existing values.
unprocessedIdentifiers
- A unprocessed list of FeatureGroup
names, with their corresponding
RecordIdentifier
value, and Feature name.public BatchGetRecordResult withUnprocessedIdentifiers(Collection<BatchGetRecordIdentifier> unprocessedIdentifiers)
A unprocessed list of FeatureGroup
names, with their corresponding RecordIdentifier
value, and Feature name.
unprocessedIdentifiers
- A unprocessed list of FeatureGroup
names, with their corresponding
RecordIdentifier
value, and Feature name.public String toString()
toString
in class Object
Object.toString()
public BatchGetRecordResult clone()