1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DisassociateAppBlockBuilderAppBlock`](crate::operation::disassociate_app_block_builder_app_block::builders::DisassociateAppBlockBuilderAppBlockFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`app_block_arn(impl ::std::convert::Into<String>)`](crate::operation::disassociate_app_block_builder_app_block::builders::DisassociateAppBlockBuilderAppBlockFluentBuilder::app_block_arn) / [`set_app_block_arn(Option<String>)`](crate::operation::disassociate_app_block_builder_app_block::builders::DisassociateAppBlockBuilderAppBlockFluentBuilder::set_app_block_arn): <p>The ARN of the app block.</p>
    ///   - [`app_block_builder_name(impl ::std::convert::Into<String>)`](crate::operation::disassociate_app_block_builder_app_block::builders::DisassociateAppBlockBuilderAppBlockFluentBuilder::app_block_builder_name) / [`set_app_block_builder_name(Option<String>)`](crate::operation::disassociate_app_block_builder_app_block::builders::DisassociateAppBlockBuilderAppBlockFluentBuilder::set_app_block_builder_name): <p>The name of the app block builder.</p>
    /// - On success, responds with [`DisassociateAppBlockBuilderAppBlockOutput`](crate::operation::disassociate_app_block_builder_app_block::DisassociateAppBlockBuilderAppBlockOutput)
    /// - On failure, responds with [`SdkError<DisassociateAppBlockBuilderAppBlockError>`](crate::operation::disassociate_app_block_builder_app_block::DisassociateAppBlockBuilderAppBlockError)
    pub fn disassociate_app_block_builder_app_block(
        &self,
    ) -> crate::operation::disassociate_app_block_builder_app_block::builders::DisassociateAppBlockBuilderAppBlockFluentBuilder {
        crate::operation::disassociate_app_block_builder_app_block::builders::DisassociateAppBlockBuilderAppBlockFluentBuilder::new(
            self.handle.clone(),
        )
    }
}