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 [`DescribeClientProperties`](crate::operation::describe_client_properties::builders::DescribeClientPropertiesFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`resource_ids(Vec<String>)`](crate::operation::describe_client_properties::builders::DescribeClientPropertiesFluentBuilder::resource_ids) / [`set_resource_ids(Option<Vec<String>>)`](crate::operation::describe_client_properties::builders::DescribeClientPropertiesFluentBuilder::set_resource_ids): <p>The resource identifier, in the form of directory IDs.</p>
    /// - On success, responds with [`DescribeClientPropertiesOutput`](crate::operation::describe_client_properties::DescribeClientPropertiesOutput) with field(s):
    ///   - [`client_properties_list(Option<Vec<ClientPropertiesResult>>)`](crate::operation::describe_client_properties::DescribeClientPropertiesOutput::client_properties_list): <p>Information about the specified Amazon WorkSpaces clients.</p>
    /// - On failure, responds with [`SdkError<DescribeClientPropertiesError>`](crate::operation::describe_client_properties::DescribeClientPropertiesError)
    pub fn describe_client_properties(&self) -> crate::operation::describe_client_properties::builders::DescribeClientPropertiesFluentBuilder {
        crate::operation::describe_client_properties::builders::DescribeClientPropertiesFluentBuilder::new(self.handle.clone())
    }
}