1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DisassociateMember`](crate::operation::disassociate_member::builders::DisassociateMemberFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`account_id(impl Into<String>)`](crate::operation::disassociate_member::builders::DisassociateMemberFluentBuilder::account_id) / [`set_account_id(Option<String>)`](crate::operation::disassociate_member::builders::DisassociateMemberFluentBuilder::set_account_id): <p>The Amazon Web Services account ID of the member account to disassociate.</p>
    /// - On success, responds with [`DisassociateMemberOutput`](crate::operation::disassociate_member::DisassociateMemberOutput) with field(s):
    ///   - [`account_id(Option<String>)`](crate::operation::disassociate_member::DisassociateMemberOutput::account_id): <p>The Amazon Web Services account ID of the successfully disassociated member.</p>
    /// - On failure, responds with [`SdkError<DisassociateMemberError>`](crate::operation::disassociate_member::DisassociateMemberError)
    pub fn disassociate_member(&self) -> crate::operation::disassociate_member::builders::DisassociateMemberFluentBuilder {
        crate::operation::disassociate_member::builders::DisassociateMemberFluentBuilder::new(self.handle.clone())
    }
}