// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteQApp`](crate::operation::delete_q_app::builders::DeleteQAppFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`instance_id(impl Into<String>)`](crate::operation::delete_q_app::builders::DeleteQAppFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::delete_q_app::builders::DeleteQAppFluentBuilder::set_instance_id):<br>required: **true**<br><p>The unique identifier of the Amazon Q Business application environment instance.</p><br>
/// - [`app_id(impl Into<String>)`](crate::operation::delete_q_app::builders::DeleteQAppFluentBuilder::app_id) / [`set_app_id(Option<String>)`](crate::operation::delete_q_app::builders::DeleteQAppFluentBuilder::set_app_id):<br>required: **true**<br><p>The unique identifier of the Q App to delete.</p><br>
/// - On success, responds with [`DeleteQAppOutput`](crate::operation::delete_q_app::DeleteQAppOutput)
/// - On failure, responds with [`SdkError<DeleteQAppError>`](crate::operation::delete_q_app::DeleteQAppError)
pub fn delete_q_app(&self) -> crate::operation::delete_q_app::builders::DeleteQAppFluentBuilder {
crate::operation::delete_q_app::builders::DeleteQAppFluentBuilder::new(self.handle.clone())
}
}