aws-sdk-pinpoint 0.28.0

AWS SDK for Amazon Pinpoint
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetRecommenderConfigurations`](crate::operation::get_recommender_configurations::builders::GetRecommenderConfigurationsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`page_size(impl ::std::convert::Into<String>)`](crate::operation::get_recommender_configurations::builders::GetRecommenderConfigurationsFluentBuilder::page_size) / [`set_page_size(Option<String>)`](crate::operation::get_recommender_configurations::builders::GetRecommenderConfigurationsFluentBuilder::set_page_size): <p>The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.</p>
    ///   - [`token(impl ::std::convert::Into<String>)`](crate::operation::get_recommender_configurations::builders::GetRecommenderConfigurationsFluentBuilder::token) / [`set_token(Option<String>)`](crate::operation::get_recommender_configurations::builders::GetRecommenderConfigurationsFluentBuilder::set_token): <p>The NextToken string that specifies which page of results to return in a paginated response.</p>
    /// - On success, responds with [`GetRecommenderConfigurationsOutput`](crate::operation::get_recommender_configurations::GetRecommenderConfigurationsOutput) with field(s):
    ///   - [`list_recommender_configurations_response(Option<ListRecommenderConfigurationsResponse>)`](crate::operation::get_recommender_configurations::GetRecommenderConfigurationsOutput::list_recommender_configurations_response): <p>Provides information about all the recommender model configurations that are associated with your Amazon Pinpoint account.</p>
    /// - On failure, responds with [`SdkError<GetRecommenderConfigurationsError>`](crate::operation::get_recommender_configurations::GetRecommenderConfigurationsError)
    pub fn get_recommender_configurations(&self) -> crate::operation::get_recommender_configurations::builders::GetRecommenderConfigurationsFluentBuilder{
        crate::operation::get_recommender_configurations::builders::GetRecommenderConfigurationsFluentBuilder::new(self.handle.clone())
    }
}