aws_sdk_macie2/client/disassociate_from_master_account.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`DisassociateFromMasterAccount`](crate::operation::disassociate_from_master_account::builders::DisassociateFromMasterAccountFluentBuilder) operation.
4 ///
5 /// - The fluent builder takes no input, just [`send`](crate::operation::disassociate_from_master_account::builders::DisassociateFromMasterAccountFluentBuilder::send) it.
6 /// - On success, responds with [`DisassociateFromMasterAccountOutput`](crate::operation::disassociate_from_master_account::DisassociateFromMasterAccountOutput)
7 /// - On failure, responds with [`SdkError<DisassociateFromMasterAccountError>`](crate::operation::disassociate_from_master_account::DisassociateFromMasterAccountError)
8 pub fn disassociate_from_master_account(
9 &self,
10 ) -> crate::operation::disassociate_from_master_account::builders::DisassociateFromMasterAccountFluentBuilder {
11 crate::operation::disassociate_from_master_account::builders::DisassociateFromMasterAccountFluentBuilder::new(self.handle.clone())
12 }
13}