aws-sdk-customerprofiles 1.118.0

AWS SDK for Amazon Connect Customer Profiles
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`StopRecommender`](crate::operation::stop_recommender::builders::StopRecommenderFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`domain_name(impl Into<String>)`](crate::operation::stop_recommender::builders::StopRecommenderFluentBuilder::domain_name) / [`set_domain_name(Option<String>)`](crate::operation::stop_recommender::builders::StopRecommenderFluentBuilder::set_domain_name):<br>required: **true**<br><p>The unique name of the domain.</p><br>
    ///   - [`recommender_name(impl Into<String>)`](crate::operation::stop_recommender::builders::StopRecommenderFluentBuilder::recommender_name) / [`set_recommender_name(Option<String>)`](crate::operation::stop_recommender::builders::StopRecommenderFluentBuilder::set_recommender_name):<br>required: **true**<br><p>The name of the recommender to stop.</p><br>
    /// - On success, responds with [`StopRecommenderOutput`](crate::operation::stop_recommender::StopRecommenderOutput)
    /// - On failure, responds with [`SdkError<StopRecommenderError>`](crate::operation::stop_recommender::StopRecommenderError)
    pub fn stop_recommender(&self) -> crate::operation::stop_recommender::builders::StopRecommenderFluentBuilder {
        crate::operation::stop_recommender::builders::StopRecommenderFluentBuilder::new(self.handle.clone())
    }
}