1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DissociateAccessGrantsIdentityCenter`](crate::operation::dissociate_access_grants_identity_center::builders::DissociateAccessGrantsIdentityCenterFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`account_id(impl Into<String>)`](crate::operation::dissociate_access_grants_identity_center::builders::DissociateAccessGrantsIdentityCenterFluentBuilder::account_id) / [`set_account_id(Option<String>)`](crate::operation::dissociate_access_grants_identity_center::builders::DissociateAccessGrantsIdentityCenterFluentBuilder::set_account_id):<br>required: **true**<br><p>The ID of the Amazon Web Services account that is making this request.</p><br>
    /// - On success, responds with [`DissociateAccessGrantsIdentityCenterOutput`](crate::operation::dissociate_access_grants_identity_center::DissociateAccessGrantsIdentityCenterOutput)
    /// - On failure, responds with [`SdkError<DissociateAccessGrantsIdentityCenterError>`](crate::operation::dissociate_access_grants_identity_center::DissociateAccessGrantsIdentityCenterError)
    pub fn dissociate_access_grants_identity_center(
        &self,
    ) -> crate::operation::dissociate_access_grants_identity_center::builders::DissociateAccessGrantsIdentityCenterFluentBuilder {
        crate::operation::dissociate_access_grants_identity_center::builders::DissociateAccessGrantsIdentityCenterFluentBuilder::new(
            self.handle.clone(),
        )
    }
}