1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`ListRefreshSchedules`](crate::operation::list_refresh_schedules::builders::ListRefreshSchedulesFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`aws_account_id(impl Into<String>)`](crate::operation::list_refresh_schedules::builders::ListRefreshSchedulesFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::list_refresh_schedules::builders::ListRefreshSchedulesFluentBuilder::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::list_refresh_schedules::builders::ListRefreshSchedulesFluentBuilder::data_set_id) / [`set_data_set_id(Option<String>)`](crate::operation::list_refresh_schedules::builders::ListRefreshSchedulesFluentBuilder::set_data_set_id):<br>required: **true**<br><p>The ID of the dataset.</p><br>
    /// - On success, responds with [`ListRefreshSchedulesOutput`](crate::operation::list_refresh_schedules::ListRefreshSchedulesOutput) with field(s):
    ///   - [`refresh_schedules(Option<Vec::<RefreshSchedule>>)`](crate::operation::list_refresh_schedules::ListRefreshSchedulesOutput::refresh_schedules): <p>The list of refresh schedules for the dataset.</p>
    ///   - [`status(i32)`](crate::operation::list_refresh_schedules::ListRefreshSchedulesOutput::status): <p>The HTTP status of the request.</p>
    ///   - [`request_id(Option<String>)`](crate::operation::list_refresh_schedules::ListRefreshSchedulesOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
    /// - On failure, responds with [`SdkError<ListRefreshSchedulesError>`](crate::operation::list_refresh_schedules::ListRefreshSchedulesError)
    pub fn list_refresh_schedules(&self) -> crate::operation::list_refresh_schedules::builders::ListRefreshSchedulesFluentBuilder {
        crate::operation::list_refresh_schedules::builders::ListRefreshSchedulesFluentBuilder::new(self.handle.clone())
    }
}