aws_sdk_quicksight/client/delete_brand_assignment.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`DeleteBrandAssignment`](crate::operation::delete_brand_assignment::builders::DeleteBrandAssignmentFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`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>
7 /// - On success, responds with [`DeleteBrandAssignmentOutput`](crate::operation::delete_brand_assignment::DeleteBrandAssignmentOutput) with field(s):
8 /// - [`request_id(Option<String>)`](crate::operation::delete_brand_assignment::DeleteBrandAssignmentOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
9 /// - On failure, responds with [`SdkError<DeleteBrandAssignmentError>`](crate::operation::delete_brand_assignment::DeleteBrandAssignmentError)
10 pub fn delete_brand_assignment(&self) -> crate::operation::delete_brand_assignment::builders::DeleteBrandAssignmentFluentBuilder {
11 crate::operation::delete_brand_assignment::builders::DeleteBrandAssignmentFluentBuilder::new(self.handle.clone())
12 }
13}