// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`StopQueryExecution`](crate::operation::stop_query_execution::builders::StopQueryExecutionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`query_execution_id(impl Into<String>)`](crate::operation::stop_query_execution::builders::StopQueryExecutionFluentBuilder::query_execution_id) / [`set_query_execution_id(Option<String>)`](crate::operation::stop_query_execution::builders::StopQueryExecutionFluentBuilder::set_query_execution_id):<br>required: **true**<br><p>The unique ID of the query execution to stop.</p><br>
/// - On success, responds with [`StopQueryExecutionOutput`](crate::operation::stop_query_execution::StopQueryExecutionOutput)
/// - On failure, responds with [`SdkError<StopQueryExecutionError>`](crate::operation::stop_query_execution::StopQueryExecutionError)
pub fn stop_query_execution(&self) -> crate::operation::stop_query_execution::builders::StopQueryExecutionFluentBuilder {
crate::operation::stop_query_execution::builders::StopQueryExecutionFluentBuilder::new(self.handle.clone())
}
}