// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`PutAttributes`](crate::operation::put_attributes::builders::PutAttributesFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`cluster(impl Into<String>)`](crate::operation::put_attributes::builders::PutAttributesFluentBuilder::cluster) / [`set_cluster(Option<String>)`](crate::operation::put_attributes::builders::PutAttributesFluentBuilder::set_cluster):<br>required: **false**<br><p>The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply attributes. If you do not specify a cluster, the default cluster is assumed.</p><br>
/// - [`attributes(Attribute)`](crate::operation::put_attributes::builders::PutAttributesFluentBuilder::attributes) / [`set_attributes(Option<Vec::<Attribute>>)`](crate::operation::put_attributes::builders::PutAttributesFluentBuilder::set_attributes):<br>required: **true**<br><p>The attributes to apply to your resource. You can specify up to 10 custom attributes for each resource. You can specify up to 10 attributes in a single call.</p><br>
/// - On success, responds with [`PutAttributesOutput`](crate::operation::put_attributes::PutAttributesOutput) with field(s):
/// - [`attributes(Option<Vec::<Attribute>>)`](crate::operation::put_attributes::PutAttributesOutput::attributes): <p>The attributes applied to your resource.</p>
/// - On failure, responds with [`SdkError<PutAttributesError>`](crate::operation::put_attributes::PutAttributesError)
pub fn put_attributes(&self) -> crate::operation::put_attributes::builders::PutAttributesFluentBuilder {
crate::operation::put_attributes::builders::PutAttributesFluentBuilder::new(self.handle.clone())
}
}