// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteReusableDelegationSet`](crate::operation::delete_reusable_delegation_set::builders::DeleteReusableDelegationSetFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`id(impl Into<String>)`](crate::operation::delete_reusable_delegation_set::builders::DeleteReusableDelegationSetFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_reusable_delegation_set::builders::DeleteReusableDelegationSetFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the reusable delegation set that you want to delete.</p><br>
/// - On success, responds with [`DeleteReusableDelegationSetOutput`](crate::operation::delete_reusable_delegation_set::DeleteReusableDelegationSetOutput)
/// - On failure, responds with [`SdkError<DeleteReusableDelegationSetError>`](crate::operation::delete_reusable_delegation_set::DeleteReusableDelegationSetError)
pub fn delete_reusable_delegation_set(
&self,
) -> crate::operation::delete_reusable_delegation_set::builders::DeleteReusableDelegationSetFluentBuilder {
crate::operation::delete_reusable_delegation_set::builders::DeleteReusableDelegationSetFluentBuilder::new(self.handle.clone())
}
}