// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DisassociateAwsAccountFromPartnerAccount`](crate::operation::disassociate_aws_account_from_partner_account::builders::DisassociateAwsAccountFromPartnerAccountFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`partner_account_id(impl Into<String>)`](crate::operation::disassociate_aws_account_from_partner_account::builders::DisassociateAwsAccountFromPartnerAccountFluentBuilder::partner_account_id) / [`set_partner_account_id(Option<String>)`](crate::operation::disassociate_aws_account_from_partner_account::builders::DisassociateAwsAccountFromPartnerAccountFluentBuilder::set_partner_account_id):<br>required: **true**<br><p>The partner account ID to disassociate from the AWS account.</p><br>
/// - [`partner_type(PartnerType)`](crate::operation::disassociate_aws_account_from_partner_account::builders::DisassociateAwsAccountFromPartnerAccountFluentBuilder::partner_type) / [`set_partner_type(Option<PartnerType>)`](crate::operation::disassociate_aws_account_from_partner_account::builders::DisassociateAwsAccountFromPartnerAccountFluentBuilder::set_partner_type):<br>required: **true**<br><p>The partner type.</p><br>
/// - On success, responds with [`DisassociateAwsAccountFromPartnerAccountOutput`](crate::operation::disassociate_aws_account_from_partner_account::DisassociateAwsAccountFromPartnerAccountOutput)
/// - On failure, responds with [`SdkError<DisassociateAwsAccountFromPartnerAccountError>`](crate::operation::disassociate_aws_account_from_partner_account::DisassociateAwsAccountFromPartnerAccountError)
pub fn disassociate_aws_account_from_partner_account(
&self,
) -> crate::operation::disassociate_aws_account_from_partner_account::builders::DisassociateAwsAccountFromPartnerAccountFluentBuilder {
crate::operation::disassociate_aws_account_from_partner_account::builders::DisassociateAwsAccountFromPartnerAccountFluentBuilder::new(
self.handle.clone(),
)
}
}