// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateResponsibilityTransfer`](crate::operation::update_responsibility_transfer::builders::UpdateResponsibilityTransferFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`id(impl Into<String>)`](crate::operation::update_responsibility_transfer::builders::UpdateResponsibilityTransferFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::update_responsibility_transfer::builders::UpdateResponsibilityTransferFluentBuilder::set_id):<br>required: **true**<br><p>ID for the transfer.</p><br>
/// - [`name(impl Into<String>)`](crate::operation::update_responsibility_transfer::builders::UpdateResponsibilityTransferFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::update_responsibility_transfer::builders::UpdateResponsibilityTransferFluentBuilder::set_name):<br>required: **true**<br><p>New name you want to assign to the transfer.</p><br>
/// - On success, responds with [`UpdateResponsibilityTransferOutput`](crate::operation::update_responsibility_transfer::UpdateResponsibilityTransferOutput) with field(s):
/// - [`responsibility_transfer(Option<ResponsibilityTransfer>)`](crate::operation::update_responsibility_transfer::UpdateResponsibilityTransferOutput::responsibility_transfer): <p>Contains details for a transfer. A <i>transfer</i> is the arrangement between two management accounts where one account designates the other with specified responsibilities for their organization.</p>
/// - On failure, responds with [`SdkError<UpdateResponsibilityTransferError>`](crate::operation::update_responsibility_transfer::UpdateResponsibilityTransferError)
pub fn update_responsibility_transfer(
&self,
) -> crate::operation::update_responsibility_transfer::builders::UpdateResponsibilityTransferFluentBuilder {
crate::operation::update_responsibility_transfer::builders::UpdateResponsibilityTransferFluentBuilder::new(self.handle.clone())
}
}