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