1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`LaunchApp`](crate::operation::launch_app::builders::LaunchAppFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`app_id(impl Into<String>)`](crate::operation::launch_app::builders::LaunchAppFluentBuilder::app_id) / [`set_app_id(Option<String>)`](crate::operation::launch_app::builders::LaunchAppFluentBuilder::set_app_id):<br>required: **false**<br><p>The ID of the application.</p><br>
    /// - On success, responds with [`LaunchAppOutput`](crate::operation::launch_app::LaunchAppOutput)
    /// - On failure, responds with [`SdkError<LaunchAppError>`](crate::operation::launch_app::LaunchAppError)
    pub fn launch_app(&self) -> crate::operation::launch_app::builders::LaunchAppFluentBuilder {
        crate::operation::launch_app::builders::LaunchAppFluentBuilder::new(self.handle.clone())
    }
}