// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`StartJobsQuery`](crate::operation::start_jobs_query::builders::StartJobsQueryFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`filter_list(JobsQueryFilter)`](crate::operation::start_jobs_query::builders::StartJobsQueryFluentBuilder::filter_list) / [`set_filter_list(Option<Vec::<JobsQueryFilter>>)`](crate::operation::start_jobs_query::builders::StartJobsQueryFluentBuilder::set_filter_list):<br>required: **false**<br>Optional. Provide an array of JobsQueryFilters for your StartJobsQuery request.<br>
/// - [`max_results(i32)`](crate::operation::start_jobs_query::builders::StartJobsQueryFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::start_jobs_query::builders::StartJobsQueryFluentBuilder::set_max_results):<br>required: **false**<br>Optional. Number of jobs, up to twenty, that will be included in the jobs query.<br>
/// - [`next_token(impl Into<String>)`](crate::operation::start_jobs_query::builders::StartJobsQueryFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::start_jobs_query::builders::StartJobsQueryFluentBuilder::set_next_token):<br>required: **false**<br>Use this string to request the next batch of jobs matched by a jobs query.<br>
/// - [`order(Order)`](crate::operation::start_jobs_query::builders::StartJobsQueryFluentBuilder::order) / [`set_order(Option<Order>)`](crate::operation::start_jobs_query::builders::StartJobsQueryFluentBuilder::set_order):<br>required: **false**<br>Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.<br>
/// - On success, responds with [`StartJobsQueryOutput`](crate::operation::start_jobs_query::StartJobsQueryOutput) with field(s):
/// - [`id(Option<String>)`](crate::operation::start_jobs_query::StartJobsQueryOutput::id): The ID of the jobs query.
/// - On failure, responds with [`SdkError<StartJobsQueryError>`](crate::operation::start_jobs_query::StartJobsQueryError)
pub fn start_jobs_query(&self) -> crate::operation::start_jobs_query::builders::StartJobsQueryFluentBuilder {
crate::operation::start_jobs_query::builders::StartJobsQueryFluentBuilder::new(self.handle.clone())
}
}