// 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(Vec<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): <p>A list of application names separated by spaces. The maximum number of application names you can specify is 100.</p>
/// - 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(),
)
}
}