// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateObjectAttributes`](crate::operation::update_object_attributes::builders::UpdateObjectAttributesFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`directory_arn(impl Into<String>)`](crate::operation::update_object_attributes::builders::UpdateObjectAttributesFluentBuilder::directory_arn) / [`set_directory_arn(Option<String>)`](crate::operation::update_object_attributes::builders::UpdateObjectAttributesFluentBuilder::set_directory_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) that is associated with the <code>Directory</code> where the object resides. For more information, see <code>arns</code>.</p><br>
/// - [`object_reference(ObjectReference)`](crate::operation::update_object_attributes::builders::UpdateObjectAttributesFluentBuilder::object_reference) / [`set_object_reference(Option<ObjectReference>)`](crate::operation::update_object_attributes::builders::UpdateObjectAttributesFluentBuilder::set_object_reference):<br>required: **true**<br><p>The reference that identifies the object.</p><br>
/// - [`attribute_updates(ObjectAttributeUpdate)`](crate::operation::update_object_attributes::builders::UpdateObjectAttributesFluentBuilder::attribute_updates) / [`set_attribute_updates(Option<Vec::<ObjectAttributeUpdate>>)`](crate::operation::update_object_attributes::builders::UpdateObjectAttributesFluentBuilder::set_attribute_updates):<br>required: **true**<br><p>The attributes update structure.</p><br>
/// - On success, responds with [`UpdateObjectAttributesOutput`](crate::operation::update_object_attributes::UpdateObjectAttributesOutput) with field(s):
/// - [`object_identifier(Option<String>)`](crate::operation::update_object_attributes::UpdateObjectAttributesOutput::object_identifier): <p>The <code>ObjectIdentifier</code> of the updated object.</p>
/// - On failure, responds with [`SdkError<UpdateObjectAttributesError>`](crate::operation::update_object_attributes::UpdateObjectAttributesError)
pub fn update_object_attributes(&self) -> crate::operation::update_object_attributes::builders::UpdateObjectAttributesFluentBuilder {
crate::operation::update_object_attributes::builders::UpdateObjectAttributesFluentBuilder::new(self.handle.clone())
}
}