#[non_exhaustive]pub struct GetRecordInput { /* private fields */ }
Implementations§
source§impl GetRecordInput
impl GetRecordInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRecord, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRecord, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetRecord
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRecordInput
.
source§impl GetRecordInput
impl GetRecordInput
sourcepub fn feature_group_name(&self) -> Option<&str>
pub fn feature_group_name(&self) -> Option<&str>
The name of the feature group from which you want to retrieve a record.
sourcepub fn record_identifier_value_as_string(&self) -> Option<&str>
pub fn record_identifier_value_as_string(&self) -> Option<&str>
The value that corresponds to RecordIdentifier
type and uniquely identifies the record in the FeatureGroup
.
sourcepub fn feature_names(&self) -> Option<&[String]>
pub fn feature_names(&self) -> Option<&[String]>
List of names of Features to be retrieved. If not specified, the latest value for all the Features are returned.
Trait Implementations§
source§impl Clone for GetRecordInput
impl Clone for GetRecordInput
source§fn clone(&self) -> GetRecordInput
fn clone(&self) -> GetRecordInput
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 GetRecordInput
impl Debug for GetRecordInput
source§impl PartialEq<GetRecordInput> for GetRecordInput
impl PartialEq<GetRecordInput> for GetRecordInput
source§fn eq(&self, other: &GetRecordInput) -> bool
fn eq(&self, other: &GetRecordInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.