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 [`CancelDataQualityRulesetEvaluationRun`](crate::operation::cancel_data_quality_ruleset_evaluation_run::builders::CancelDataQualityRulesetEvaluationRunFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`run_id(impl Into<String>)`](crate::operation::cancel_data_quality_ruleset_evaluation_run::builders::CancelDataQualityRulesetEvaluationRunFluentBuilder::run_id) / [`set_run_id(Option<String>)`](crate::operation::cancel_data_quality_ruleset_evaluation_run::builders::CancelDataQualityRulesetEvaluationRunFluentBuilder::set_run_id):<br>required: **true**<br><p>The unique run identifier associated with this run.</p><br>
    /// - On success, responds with [`CancelDataQualityRulesetEvaluationRunOutput`](crate::operation::cancel_data_quality_ruleset_evaluation_run::CancelDataQualityRulesetEvaluationRunOutput)
    /// - On failure, responds with [`SdkError<CancelDataQualityRulesetEvaluationRunError>`](crate::operation::cancel_data_quality_ruleset_evaluation_run::CancelDataQualityRulesetEvaluationRunError)
    pub fn cancel_data_quality_ruleset_evaluation_run(
        &self,
    ) -> crate::operation::cancel_data_quality_ruleset_evaluation_run::builders::CancelDataQualityRulesetEvaluationRunFluentBuilder {
        crate::operation::cancel_data_quality_ruleset_evaluation_run::builders::CancelDataQualityRulesetEvaluationRunFluentBuilder::new(
            self.handle.clone(),
        )
    }
}