1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeregisterOrganizationAdminAccount`](crate::operation::deregister_organization_admin_account::builders::DeregisterOrganizationAdminAccountFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`admin_account_id(impl Into<String>)`](crate::operation::deregister_organization_admin_account::builders::DeregisterOrganizationAdminAccountFluentBuilder::admin_account_id) / [`set_admin_account_id(Option<String>)`](crate::operation::deregister_organization_admin_account::builders::DeregisterOrganizationAdminAccountFluentBuilder::set_admin_account_id):<br>required: **false**<br><p>The identifier for the administrator account.</p><br>
    /// - On success, responds with [`DeregisterOrganizationAdminAccountOutput`](crate::operation::deregister_organization_admin_account::DeregisterOrganizationAdminAccountOutput)
    /// - On failure, responds with [`SdkError<DeregisterOrganizationAdminAccountError>`](crate::operation::deregister_organization_admin_account::DeregisterOrganizationAdminAccountError)
    pub fn deregister_organization_admin_account(
        &self,
    ) -> crate::operation::deregister_organization_admin_account::builders::DeregisterOrganizationAdminAccountFluentBuilder {
        crate::operation::deregister_organization_admin_account::builders::DeregisterOrganizationAdminAccountFluentBuilder::new(self.handle.clone())
    }
}