1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DescribeWorkteam`](crate::operation::describe_workteam::builders::DescribeWorkteamFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`workteam_name(impl Into<String>)`](crate::operation::describe_workteam::builders::DescribeWorkteamFluentBuilder::workteam_name) / [`set_workteam_name(Option<String>)`](crate::operation::describe_workteam::builders::DescribeWorkteamFluentBuilder::set_workteam_name):<br>required: **true**<br><p>The name of the work team to return a description of.</p><br>
    /// - On success, responds with [`DescribeWorkteamOutput`](crate::operation::describe_workteam::DescribeWorkteamOutput) with field(s):
    ///   - [`workteam(Option<Workteam>)`](crate::operation::describe_workteam::DescribeWorkteamOutput::workteam): <p>A <code>Workteam</code> instance that contains information about the work team.</p>
    /// - On failure, responds with [`SdkError<DescribeWorkteamError>`](crate::operation::describe_workteam::DescribeWorkteamError)
    pub fn describe_workteam(&self) -> crate::operation::describe_workteam::builders::DescribeWorkteamFluentBuilder {
        crate::operation::describe_workteam::builders::DescribeWorkteamFluentBuilder::new(self.handle.clone())
    }
}