// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateSpace`](crate::operation::update_space::builders::UpdateSpaceFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`aws_account_id(impl Into<String>)`](crate::operation::update_space::builders::UpdateSpaceFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::update_space::builders::UpdateSpaceFluentBuilder::set_aws_account_id):<br>required: **true**<br><p>The ID of the Amazon Web Services account that contains the space.</p><br>
/// - [`space_id(impl Into<String>)`](crate::operation::update_space::builders::UpdateSpaceFluentBuilder::space_id) / [`set_space_id(Option<String>)`](crate::operation::update_space::builders::UpdateSpaceFluentBuilder::set_space_id):<br>required: **true**<br><p>The ID of the space that you want to update.</p><br>
/// - [`name(impl Into<String>)`](crate::operation::update_space::builders::UpdateSpaceFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::update_space::builders::UpdateSpaceFluentBuilder::set_name):<br>required: **false**<br><p>A new display name for the space.</p><br>
/// - [`description(impl Into<String>)`](crate::operation::update_space::builders::UpdateSpaceFluentBuilder::description) / [`set_description(Option<String>)`](crate::operation::update_space::builders::UpdateSpaceFluentBuilder::set_description):<br>required: **false**<br><p>A new description for the space.</p><br>
/// - On success, responds with [`UpdateSpaceOutput`](crate::operation::update_space::UpdateSpaceOutput) with field(s):
/// - [`space_id(String)`](crate::operation::update_space::UpdateSpaceOutput::space_id): <p>The ID of the space.</p>
/// - [`space_arn(Option<String>)`](crate::operation::update_space::UpdateSpaceOutput::space_arn): <p>The ARN of the space.</p>
/// - [`request_id(Option<String>)`](crate::operation::update_space::UpdateSpaceOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
/// - On failure, responds with [`SdkError<UpdateSpaceError>`](crate::operation::update_space::UpdateSpaceError)
pub fn update_space(&self) -> crate::operation::update_space::builders::UpdateSpaceFluentBuilder {
crate::operation::update_space::builders::UpdateSpaceFluentBuilder::new(self.handle.clone())
}
}