// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeWorkspaceAuthentication`](crate::operation::describe_workspace_authentication::builders::DescribeWorkspaceAuthenticationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`workspace_id(impl ::std::convert::Into<String>)`](crate::operation::describe_workspace_authentication::builders::DescribeWorkspaceAuthenticationFluentBuilder::workspace_id) / [`set_workspace_id(Option<String>)`](crate::operation::describe_workspace_authentication::builders::DescribeWorkspaceAuthenticationFluentBuilder::set_workspace_id): <p>The ID of the workspace to return authentication information about.</p>
/// - On success, responds with [`DescribeWorkspaceAuthenticationOutput`](crate::operation::describe_workspace_authentication::DescribeWorkspaceAuthenticationOutput) with field(s):
/// - [`authentication(Option<AuthenticationDescription>)`](crate::operation::describe_workspace_authentication::DescribeWorkspaceAuthenticationOutput::authentication): <p>A structure containing information about the authentication methods used in the workspace.</p>
/// - On failure, responds with [`SdkError<DescribeWorkspaceAuthenticationError>`](crate::operation::describe_workspace_authentication::DescribeWorkspaceAuthenticationError)
pub fn describe_workspace_authentication(
&self,
) -> crate::operation::describe_workspace_authentication::builders::DescribeWorkspaceAuthenticationFluentBuilder {
crate::operation::describe_workspace_authentication::builders::DescribeWorkspaceAuthenticationFluentBuilder::new(self.handle.clone())
}
}