// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetStorageLensGroup`](crate::operation::get_storage_lens_group::builders::GetStorageLensGroupFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`name(impl Into<String>)`](crate::operation::get_storage_lens_group::builders::GetStorageLensGroupFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::get_storage_lens_group::builders::GetStorageLensGroupFluentBuilder::set_name):<br>required: **true**<br><p>The name of the Storage Lens group that you're trying to retrieve the configuration details for.</p><br>
/// - [`account_id(impl Into<String>)`](crate::operation::get_storage_lens_group::builders::GetStorageLensGroupFluentBuilder::account_id) / [`set_account_id(Option<String>)`](crate::operation::get_storage_lens_group::builders::GetStorageLensGroupFluentBuilder::set_account_id):<br>required: **true**<br><p>The Amazon Web Services account ID associated with the Storage Lens group that you're trying to retrieve the details for.</p><br>
/// - On success, responds with [`GetStorageLensGroupOutput`](crate::operation::get_storage_lens_group::GetStorageLensGroupOutput) with field(s):
/// - [`storage_lens_group(Option<StorageLensGroup>)`](crate::operation::get_storage_lens_group::GetStorageLensGroupOutput::storage_lens_group): <p>The name of the Storage Lens group that you're trying to retrieve the configuration details for.</p>
/// - On failure, responds with [`SdkError<GetStorageLensGroupError>`](crate::operation::get_storage_lens_group::GetStorageLensGroupError)
pub fn get_storage_lens_group(&self) -> crate::operation::get_storage_lens_group::builders::GetStorageLensGroupFluentBuilder {
crate::operation::get_storage_lens_group::builders::GetStorageLensGroupFluentBuilder::new(self.handle.clone())
}
}