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 [`BatchGetApplications`](crate::operation::batch_get_applications::builders::BatchGetApplicationsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`application_names(impl Into<String>)`](crate::operation::batch_get_applications::builders::BatchGetApplicationsFluentBuilder::application_names) / [`set_application_names(Option<Vec::<String>>)`](crate::operation::batch_get_applications::builders::BatchGetApplicationsFluentBuilder::set_application_names):<br>required: **true**<br><p>A list of application names separated by spaces. The maximum number of application names you can specify is 100.</p><br>
    /// - On success, responds with [`BatchGetApplicationsOutput`](crate::operation::batch_get_applications::BatchGetApplicationsOutput) with field(s):
    ///   - [`applications_info(Option<Vec::<ApplicationInfo>>)`](crate::operation::batch_get_applications::BatchGetApplicationsOutput::applications_info): <p>Information about the applications.</p>
    /// - On failure, responds with [`SdkError<BatchGetApplicationsError>`](crate::operation::batch_get_applications::BatchGetApplicationsError)
    pub fn batch_get_applications(&self) -> crate::operation::batch_get_applications::builders::BatchGetApplicationsFluentBuilder {
        crate::operation::batch_get_applications::builders::BatchGetApplicationsFluentBuilder::new(self.handle.clone())
    }
}