// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeHumanTaskUi`](crate::operation::describe_human_task_ui::builders::DescribeHumanTaskUiFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`human_task_ui_name(impl Into<String>)`](crate::operation::describe_human_task_ui::builders::DescribeHumanTaskUiFluentBuilder::human_task_ui_name) / [`set_human_task_ui_name(Option<String>)`](crate::operation::describe_human_task_ui::builders::DescribeHumanTaskUiFluentBuilder::set_human_task_ui_name): <p>The name of the human task user interface (worker task template) you want information about.</p>
/// - On success, responds with [`DescribeHumanTaskUiOutput`](crate::operation::describe_human_task_ui::DescribeHumanTaskUiOutput) with field(s):
/// - [`human_task_ui_arn(Option<String>)`](crate::operation::describe_human_task_ui::DescribeHumanTaskUiOutput::human_task_ui_arn): <p>The Amazon Resource Name (ARN) of the human task user interface (worker task template).</p>
/// - [`human_task_ui_name(Option<String>)`](crate::operation::describe_human_task_ui::DescribeHumanTaskUiOutput::human_task_ui_name): <p>The name of the human task user interface (worker task template).</p>
/// - [`human_task_ui_status(Option<HumanTaskUiStatus>)`](crate::operation::describe_human_task_ui::DescribeHumanTaskUiOutput::human_task_ui_status): <p>The status of the human task user interface (worker task template). Valid values are listed below.</p>
/// - [`creation_time(Option<DateTime>)`](crate::operation::describe_human_task_ui::DescribeHumanTaskUiOutput::creation_time): <p>The timestamp when the human task user interface was created.</p>
/// - [`ui_template(Option<UiTemplateInfo>)`](crate::operation::describe_human_task_ui::DescribeHumanTaskUiOutput::ui_template): <p>Container for user interface template information.</p>
/// - On failure, responds with [`SdkError<DescribeHumanTaskUiError>`](crate::operation::describe_human_task_ui::DescribeHumanTaskUiError)
pub fn describe_human_task_ui(&self) -> crate::operation::describe_human_task_ui::builders::DescribeHumanTaskUiFluentBuilder {
crate::operation::describe_human_task_ui::builders::DescribeHumanTaskUiFluentBuilder::new(self.handle.clone())
}
}