1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteHumanTaskUi`](crate::operation::delete_human_task_ui::builders::DeleteHumanTaskUiFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`human_task_ui_name(impl Into<String>)`](crate::operation::delete_human_task_ui::builders::DeleteHumanTaskUiFluentBuilder::human_task_ui_name) / [`set_human_task_ui_name(Option<String>)`](crate::operation::delete_human_task_ui::builders::DeleteHumanTaskUiFluentBuilder::set_human_task_ui_name):<br>required: **true**<br><p>The name of the human task user interface (work task template) you want to delete.</p><br>
    /// - On success, responds with [`DeleteHumanTaskUiOutput`](crate::operation::delete_human_task_ui::DeleteHumanTaskUiOutput)
    /// - On failure, responds with [`SdkError<DeleteHumanTaskUiError>`](crate::operation::delete_human_task_ui::DeleteHumanTaskUiError)
    pub fn delete_human_task_ui(&self) -> crate::operation::delete_human_task_ui::builders::DeleteHumanTaskUiFluentBuilder {
        crate::operation::delete_human_task_ui::builders::DeleteHumanTaskUiFluentBuilder::new(self.handle.clone())
    }
}