#[non_exhaustive]pub struct BatchGetRecordOutput { /* private fields */ }
Implementations§
source§impl BatchGetRecordOutput
impl BatchGetRecordOutput
sourcepub fn records(&self) -> Option<&[BatchGetRecordResultDetail]>
pub fn records(&self) -> Option<&[BatchGetRecordResultDetail]>
A list of Records you requested to be retrieved in batch.
sourcepub fn errors(&self) -> Option<&[BatchGetRecordError]>
pub fn errors(&self) -> Option<&[BatchGetRecordError]>
A list of errors that have occurred when retrieving a batch of Records.
sourcepub fn unprocessed_identifiers(&self) -> Option<&[BatchGetRecordIdentifier]>
pub fn unprocessed_identifiers(&self) -> Option<&[BatchGetRecordIdentifier]>
A unprocessed list of FeatureGroup
names, with their corresponding RecordIdentifier
value, and Feature name.
source§impl BatchGetRecordOutput
impl BatchGetRecordOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetRecordOutput
.
Trait Implementations§
source§impl Clone for BatchGetRecordOutput
impl Clone for BatchGetRecordOutput
source§fn clone(&self) -> BatchGetRecordOutput
fn clone(&self) -> BatchGetRecordOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BatchGetRecordOutput
impl Debug for BatchGetRecordOutput
source§impl PartialEq<BatchGetRecordOutput> for BatchGetRecordOutput
impl PartialEq<BatchGetRecordOutput> for BatchGetRecordOutput
source§fn eq(&self, other: &BatchGetRecordOutput) -> bool
fn eq(&self, other: &BatchGetRecordOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.