// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`BatchGetDiscoverableRegistryRecord`](crate::operation::batch_get_discoverable_registry_record::builders::BatchGetDiscoverableRegistryRecordFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`entries(RegistryRecordsEntry)`](crate::operation::batch_get_discoverable_registry_record::builders::BatchGetDiscoverableRegistryRecordFluentBuilder::entries) / [`set_entries(Option<Vec::<RegistryRecordsEntry>>)`](crate::operation::batch_get_discoverable_registry_record::builders::BatchGetDiscoverableRegistryRecordFluentBuilder::set_entries):<br>required: **true**<br><p>The registry-scoped groups of record IDs to retrieve. Currently, you can specify exactly one entry.</p><br>
/// - On success, responds with [`BatchGetDiscoverableRegistryRecordOutput`](crate::operation::batch_get_discoverable_registry_record::BatchGetDiscoverableRegistryRecordOutput) with field(s):
/// - [`registry_records(Vec::<RegistryRecordSummary>)`](crate::operation::batch_get_discoverable_registry_record::BatchGetDiscoverableRegistryRecordOutput::registry_records): <p>The records that were successfully retrieved. Each record correlates to the request by its <code>recordId</code>.</p>
/// - [`errors(Vec::<BatchGetDiscoverableRegistryRecordError>)`](crate::operation::batch_get_discoverable_registry_record::BatchGetDiscoverableRegistryRecordOutput::errors): <p>The per-record errors for records that could not be retrieved. This list is empty when all requested records were returned.</p>
/// - On failure, responds with [`SdkError<BatchGetDiscoverableRegistryRecordError>`](crate::operation::batch_get_discoverable_registry_record::BatchGetDiscoverableRegistryRecordError)
pub fn batch_get_discoverable_registry_record(
&self,
) -> crate::operation::batch_get_discoverable_registry_record::builders::BatchGetDiscoverableRegistryRecordFluentBuilder {
crate::operation::batch_get_discoverable_registry_record::builders::BatchGetDiscoverableRegistryRecordFluentBuilder::new(self.handle.clone())
}
}