// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`RegisterAccount`](crate::operation::register_account::builders::RegisterAccountFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`kms_key(impl ::std::convert::Into<String>)`](crate::operation::register_account::builders::RegisterAccountFluentBuilder::kms_key) / [`set_kms_key(Option<String>)`](crate::operation::register_account::builders::RegisterAccountFluentBuilder::set_kms_key): <p> The KMS key details. </p>
/// - [`delegated_admin_account(impl ::std::convert::Into<String>)`](crate::operation::register_account::builders::RegisterAccountFluentBuilder::delegated_admin_account) / [`set_delegated_admin_account(Option<String>)`](crate::operation::register_account::builders::RegisterAccountFluentBuilder::set_delegated_admin_account): <p> The delegated administrator account for Audit Manager. </p>
/// - On success, responds with [`RegisterAccountOutput`](crate::operation::register_account::RegisterAccountOutput) with field(s):
/// - [`status(Option<AccountStatus>)`](crate::operation::register_account::RegisterAccountOutput::status): <p> The status of the account registration request. </p>
/// - On failure, responds with [`SdkError<RegisterAccountError>`](crate::operation::register_account::RegisterAccountError)
pub fn register_account(&self) -> crate::operation::register_account::builders::RegisterAccountFluentBuilder {
crate::operation::register_account::builders::RegisterAccountFluentBuilder::new(self.handle.clone())
}
}