// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetRecommenderConfiguration`](crate::operation::get_recommender_configuration::builders::GetRecommenderConfigurationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`recommender_id(impl Into<String>)`](crate::operation::get_recommender_configuration::builders::GetRecommenderConfigurationFluentBuilder::recommender_id) / [`set_recommender_id(Option<String>)`](crate::operation::get_recommender_configuration::builders::GetRecommenderConfigurationFluentBuilder::set_recommender_id): <p>The unique identifier for the recommender model configuration. This identifier is displayed as the <b>Recommender ID</b> on the Amazon Pinpoint console.</p>
/// - On success, responds with [`GetRecommenderConfigurationOutput`](crate::operation::get_recommender_configuration::GetRecommenderConfigurationOutput) with field(s):
/// - [`recommender_configuration_response(Option<RecommenderConfigurationResponse>)`](crate::operation::get_recommender_configuration::GetRecommenderConfigurationOutput::recommender_configuration_response): <p>Provides information about Amazon Pinpoint configuration settings for retrieving and processing data from a recommender model.</p>
/// - On failure, responds with [`SdkError<GetRecommenderConfigurationError>`](crate::operation::get_recommender_configuration::GetRecommenderConfigurationError)
pub fn get_recommender_configuration(
&self,
) -> crate::operation::get_recommender_configuration::builders::GetRecommenderConfigurationFluentBuilder {
crate::operation::get_recommender_configuration::builders::GetRecommenderConfigurationFluentBuilder::new(self.handle.clone())
}
}