// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateDelegationRequest`](crate::operation::update_delegation_request::builders::UpdateDelegationRequestFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`delegation_request_id(impl Into<String>)`](crate::operation::update_delegation_request::builders::UpdateDelegationRequestFluentBuilder::delegation_request_id) / [`set_delegation_request_id(Option<String>)`](crate::operation::update_delegation_request::builders::UpdateDelegationRequestFluentBuilder::set_delegation_request_id):<br>required: **true**<br><p>The unique identifier of the delegation request to update.</p><br>
/// - [`notes(impl Into<String>)`](crate::operation::update_delegation_request::builders::UpdateDelegationRequestFluentBuilder::notes) / [`set_notes(Option<String>)`](crate::operation::update_delegation_request::builders::UpdateDelegationRequestFluentBuilder::set_notes):<br>required: **false**<br><p>Additional notes or comments to add to the delegation request.</p><br>
/// - On success, responds with [`UpdateDelegationRequestOutput`](crate::operation::update_delegation_request::UpdateDelegationRequestOutput)
/// - On failure, responds with [`SdkError<UpdateDelegationRequestError>`](crate::operation::update_delegation_request::UpdateDelegationRequestError)
pub fn update_delegation_request(&self) -> crate::operation::update_delegation_request::builders::UpdateDelegationRequestFluentBuilder {
crate::operation::update_delegation_request::builders::UpdateDelegationRequestFluentBuilder::new(self.handle.clone())
}
}