// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`BatchDeleteCategory`](crate::operation::batch_delete_category::builders::BatchDeleteCategoryFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`instance_id(impl Into<String>)`](crate::operation::batch_delete_category::builders::BatchDeleteCategoryFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::batch_delete_category::builders::BatchDeleteCategoryFluentBuilder::set_instance_id):<br>required: **true**<br><p>The unique identifier of the Amazon Q Business application environment instance.</p><br>
/// - [`categories(impl Into<String>)`](crate::operation::batch_delete_category::builders::BatchDeleteCategoryFluentBuilder::categories) / [`set_categories(Option<Vec::<String>>)`](crate::operation::batch_delete_category::builders::BatchDeleteCategoryFluentBuilder::set_categories):<br>required: **true**<br><p>The list of IDs of the categories to be deleted.</p><br>
/// - On success, responds with [`BatchDeleteCategoryOutput`](crate::operation::batch_delete_category::BatchDeleteCategoryOutput)
/// - On failure, responds with [`SdkError<BatchDeleteCategoryError>`](crate::operation::batch_delete_category::BatchDeleteCategoryError)
pub fn batch_delete_category(&self) -> crate::operation::batch_delete_category::builders::BatchDeleteCategoryFluentBuilder {
crate::operation::batch_delete_category::builders::BatchDeleteCategoryFluentBuilder::new(self.handle.clone())
}
}