aws-sdk-pinpoint 1.65.0

AWS SDK for Amazon Pinpoint
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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):<br>required: **true**<br><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><br>
    /// - 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())
    }
}