aws_sdk_quicksight/client/describe_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 [`DescribeBrandAssignment`](crate::operation::describe_brand_assignment::builders::DescribeBrandAssignmentFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`aws_account_id(impl Into<String>)`](crate::operation::describe_brand_assignment::builders::DescribeBrandAssignmentFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::describe_brand_assignment::builders::DescribeBrandAssignmentFluentBuilder::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 [`DescribeBrandAssignmentOutput`](crate::operation::describe_brand_assignment::DescribeBrandAssignmentOutput) with field(s):
/// - [`request_id(Option<String>)`](crate::operation::describe_brand_assignment::DescribeBrandAssignmentOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
/// - [`brand_arn(Option<String>)`](crate::operation::describe_brand_assignment::DescribeBrandAssignmentOutput::brand_arn): <p>The Amazon Resource Name (ARN) of the brand.</p>
/// - On failure, responds with [`SdkError<DescribeBrandAssignmentError>`](crate::operation::describe_brand_assignment::DescribeBrandAssignmentError)
pub fn describe_brand_assignment(&self) -> crate::operation::describe_brand_assignment::builders::DescribeBrandAssignmentFluentBuilder {
crate::operation::describe_brand_assignment::builders::DescribeBrandAssignmentFluentBuilder::new(self.handle.clone())
}
}