// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetDataCatalogEncryptionSettings`](crate::operation::get_data_catalog_encryption_settings::builders::GetDataCatalogEncryptionSettingsFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`catalog_id(impl Into<String>)`](crate::operation::get_data_catalog_encryption_settings::builders::GetDataCatalogEncryptionSettingsFluentBuilder::catalog_id) / [`set_catalog_id(Option<String>)`](crate::operation::get_data_catalog_encryption_settings::builders::GetDataCatalogEncryptionSettingsFluentBuilder::set_catalog_id):<br>required: **false**<br><p>The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.</p><br>
/// - On success, responds with [`GetDataCatalogEncryptionSettingsOutput`](crate::operation::get_data_catalog_encryption_settings::GetDataCatalogEncryptionSettingsOutput) with field(s):
/// - [`data_catalog_encryption_settings(Option<DataCatalogEncryptionSettings>)`](crate::operation::get_data_catalog_encryption_settings::GetDataCatalogEncryptionSettingsOutput::data_catalog_encryption_settings): <p>The requested security configuration.</p>
/// - On failure, responds with [`SdkError<GetDataCatalogEncryptionSettingsError>`](crate::operation::get_data_catalog_encryption_settings::GetDataCatalogEncryptionSettingsError)
pub fn get_data_catalog_encryption_settings(
&self,
) -> crate::operation::get_data_catalog_encryption_settings::builders::GetDataCatalogEncryptionSettingsFluentBuilder {
crate::operation::get_data_catalog_encryption_settings::builders::GetDataCatalogEncryptionSettingsFluentBuilder::new(self.handle.clone())
}
}