aws_sdk_quicksight/client/delete_brand_assignment.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteBrandAssignment`](crate::operation::delete_brand_assignment::builders::DeleteBrandAssignmentFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`aws_account_id(impl Into<String>)`](crate::operation::delete_brand_assignment::builders::DeleteBrandAssignmentFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::delete_brand_assignment::builders::DeleteBrandAssignmentFluentBuilder::set_aws_account_id):<br>required: **true**<br><p>The ID of the Amazon Web Services account that owns the brand assignment.</p><br>
/// - On success, responds with [`DeleteBrandAssignmentOutput`](crate::operation::delete_brand_assignment::DeleteBrandAssignmentOutput) with field(s):
/// - [`request_id(Option<String>)`](crate::operation::delete_brand_assignment::DeleteBrandAssignmentOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
/// - On failure, responds with [`SdkError<DeleteBrandAssignmentError>`](crate::operation::delete_brand_assignment::DeleteBrandAssignmentError)
pub fn delete_brand_assignment(&self) -> crate::operation::delete_brand_assignment::builders::DeleteBrandAssignmentFluentBuilder {
crate::operation::delete_brand_assignment::builders::DeleteBrandAssignmentFluentBuilder::new(self.handle.clone())
}
}