// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeRefreshSchedule`](crate::operation::describe_refresh_schedule::builders::DescribeRefreshScheduleFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`aws_account_id(impl Into<String>)`](crate::operation::describe_refresh_schedule::builders::DescribeRefreshScheduleFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::describe_refresh_schedule::builders::DescribeRefreshScheduleFluentBuilder::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_refresh_schedule::builders::DescribeRefreshScheduleFluentBuilder::data_set_id) / [`set_data_set_id(Option<String>)`](crate::operation::describe_refresh_schedule::builders::DescribeRefreshScheduleFluentBuilder::set_data_set_id):<br>required: **true**<br><p>The ID of the dataset.</p><br>
/// - [`schedule_id(impl Into<String>)`](crate::operation::describe_refresh_schedule::builders::DescribeRefreshScheduleFluentBuilder::schedule_id) / [`set_schedule_id(Option<String>)`](crate::operation::describe_refresh_schedule::builders::DescribeRefreshScheduleFluentBuilder::set_schedule_id):<br>required: **true**<br><p>The ID of the refresh schedule.</p><br>
/// - On success, responds with [`DescribeRefreshScheduleOutput`](crate::operation::describe_refresh_schedule::DescribeRefreshScheduleOutput) with field(s):
/// - [`refresh_schedule(Option<RefreshSchedule>)`](crate::operation::describe_refresh_schedule::DescribeRefreshScheduleOutput::refresh_schedule): <p>The refresh schedule.</p>
/// - [`status(i32)`](crate::operation::describe_refresh_schedule::DescribeRefreshScheduleOutput::status): <p>The HTTP status of the request.</p>
/// - [`request_id(Option<String>)`](crate::operation::describe_refresh_schedule::DescribeRefreshScheduleOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
/// - [`arn(Option<String>)`](crate::operation::describe_refresh_schedule::DescribeRefreshScheduleOutput::arn): <p>The Amazon Resource Name (ARN) for the refresh schedule.</p>
/// - On failure, responds with [`SdkError<DescribeRefreshScheduleError>`](crate::operation::describe_refresh_schedule::DescribeRefreshScheduleError)
pub fn describe_refresh_schedule(&self) -> crate::operation::describe_refresh_schedule::builders::DescribeRefreshScheduleFluentBuilder {
crate::operation::describe_refresh_schedule::builders::DescribeRefreshScheduleFluentBuilder::new(self.handle.clone())
}
}