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