aws-sdk-pinpoint 1.59.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 [`GetApps`](crate::operation::get_apps::builders::GetAppsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`page_size(impl Into<String>)`](crate::operation::get_apps::builders::GetAppsFluentBuilder::page_size) / [`set_page_size(Option<String>)`](crate::operation::get_apps::builders::GetAppsFluentBuilder::set_page_size):<br>required: **false**<br><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><br>
    ///   - [`token(impl Into<String>)`](crate::operation::get_apps::builders::GetAppsFluentBuilder::token) / [`set_token(Option<String>)`](crate::operation::get_apps::builders::GetAppsFluentBuilder::set_token):<br>required: **false**<br><p>The NextToken string that specifies which page of results to return in a paginated response.</p><br>
    /// - On success, responds with [`GetAppsOutput`](crate::operation::get_apps::GetAppsOutput) with field(s):
    ///   - [`applications_response(Option<ApplicationsResponse>)`](crate::operation::get_apps::GetAppsOutput::applications_response): <p>Provides information about all of your applications.</p>
    /// - On failure, responds with [`SdkError<GetAppsError>`](crate::operation::get_apps::GetAppsError)
    pub fn get_apps(&self) -> crate::operation::get_apps::builders::GetAppsFluentBuilder {
        crate::operation::get_apps::builders::GetAppsFluentBuilder::new(self.handle.clone())
    }
}