// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeDataSetRefreshProperties`](crate::operation::describe_data_set_refresh_properties::builders::DescribeDataSetRefreshPropertiesFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`aws_account_id(impl Into<String>)`](crate::operation::describe_data_set_refresh_properties::builders::DescribeDataSetRefreshPropertiesFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::describe_data_set_refresh_properties::builders::DescribeDataSetRefreshPropertiesFluentBuilder::set_aws_account_id):<br>required: **true**<br><p>The Amazon Web Services account ID.</p><br>
/// - [`data_set_id(impl Into<String>)`](crate::operation::describe_data_set_refresh_properties::builders::DescribeDataSetRefreshPropertiesFluentBuilder::data_set_id) / [`set_data_set_id(Option<String>)`](crate::operation::describe_data_set_refresh_properties::builders::DescribeDataSetRefreshPropertiesFluentBuilder::set_data_set_id):<br>required: **true**<br><p>The ID of the dataset.</p><br>
/// - On success, responds with [`DescribeDataSetRefreshPropertiesOutput`](crate::operation::describe_data_set_refresh_properties::DescribeDataSetRefreshPropertiesOutput) with field(s):
/// - [`request_id(Option<String>)`](crate::operation::describe_data_set_refresh_properties::DescribeDataSetRefreshPropertiesOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
/// - [`status(i32)`](crate::operation::describe_data_set_refresh_properties::DescribeDataSetRefreshPropertiesOutput::status): <p>The HTTP status of the request.</p>
/// - [`data_set_refresh_properties(Option<DataSetRefreshProperties>)`](crate::operation::describe_data_set_refresh_properties::DescribeDataSetRefreshPropertiesOutput::data_set_refresh_properties): <p>The dataset refresh properties.</p>
/// - On failure, responds with [`SdkError<DescribeDataSetRefreshPropertiesError>`](crate::operation::describe_data_set_refresh_properties::DescribeDataSetRefreshPropertiesError)
pub fn describe_data_set_refresh_properties(
&self,
) -> crate::operation::describe_data_set_refresh_properties::builders::DescribeDataSetRefreshPropertiesFluentBuilder {
crate::operation::describe_data_set_refresh_properties::builders::DescribeDataSetRefreshPropertiesFluentBuilder::new(self.handle.clone())
}
}