// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeWorkspacesPools`](crate::operation::describe_workspaces_pools::builders::DescribeWorkspacesPoolsFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`pool_ids(impl Into<String>)`](crate::operation::describe_workspaces_pools::builders::DescribeWorkspacesPoolsFluentBuilder::pool_ids) / [`set_pool_ids(Option<Vec::<String>>)`](crate::operation::describe_workspaces_pools::builders::DescribeWorkspacesPoolsFluentBuilder::set_pool_ids):<br>required: **false**<br><p>The identifier of the WorkSpaces Pools.</p><br>
/// - [`filters(DescribeWorkspacesPoolsFilter)`](crate::operation::describe_workspaces_pools::builders::DescribeWorkspacesPoolsFluentBuilder::filters) / [`set_filters(Option<Vec::<DescribeWorkspacesPoolsFilter>>)`](crate::operation::describe_workspaces_pools::builders::DescribeWorkspacesPoolsFluentBuilder::set_filters):<br>required: **false**<br><p>The filter conditions for the WorkSpaces Pool to return.</p><br>
/// - [`limit(i32)`](crate::operation::describe_workspaces_pools::builders::DescribeWorkspacesPoolsFluentBuilder::limit) / [`set_limit(Option<i32>)`](crate::operation::describe_workspaces_pools::builders::DescribeWorkspacesPoolsFluentBuilder::set_limit):<br>required: **false**<br><p>The maximum number of items to return.</p><br>
/// - [`next_token(impl Into<String>)`](crate::operation::describe_workspaces_pools::builders::DescribeWorkspacesPoolsFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::describe_workspaces_pools::builders::DescribeWorkspacesPoolsFluentBuilder::set_next_token):<br>required: **false**<br><p>If you received a <code>NextToken</code> from a previous call that was paginated, provide this token to receive the next set of results.</p><br>
/// - On success, responds with [`DescribeWorkspacesPoolsOutput`](crate::operation::describe_workspaces_pools::DescribeWorkspacesPoolsOutput) with field(s):
/// - [`workspaces_pools(Option<Vec::<WorkspacesPool>>)`](crate::operation::describe_workspaces_pools::DescribeWorkspacesPoolsOutput::workspaces_pools): <p>Information about the WorkSpaces Pools.</p>
/// - [`next_token(Option<String>)`](crate::operation::describe_workspaces_pools::DescribeWorkspacesPoolsOutput::next_token): <p>If you received a <code>NextToken</code> from a previous call that was paginated, provide this token to receive the next set of results.</p>
/// - On failure, responds with [`SdkError<DescribeWorkspacesPoolsError>`](crate::operation::describe_workspaces_pools::DescribeWorkspacesPoolsError)
pub fn describe_workspaces_pools(&self) -> crate::operation::describe_workspaces_pools::builders::DescribeWorkspacesPoolsFluentBuilder {
crate::operation::describe_workspaces_pools::builders::DescribeWorkspacesPoolsFluentBuilder::new(self.handle.clone())
}
}