// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`StopTestCaseExecution`](crate::operation::stop_test_case_execution::builders::StopTestCaseExecutionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`instance_id(impl Into<String>)`](crate::operation::stop_test_case_execution::builders::StopTestCaseExecutionFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::stop_test_case_execution::builders::StopTestCaseExecutionFluentBuilder::set_instance_id):<br>required: **true**<br><p>The identifier of the Amazon Connect instance.</p><br>
/// - [`test_case_execution_id(impl Into<String>)`](crate::operation::stop_test_case_execution::builders::StopTestCaseExecutionFluentBuilder::test_case_execution_id) / [`set_test_case_execution_id(Option<String>)`](crate::operation::stop_test_case_execution::builders::StopTestCaseExecutionFluentBuilder::set_test_case_execution_id):<br>required: **true**<br><p>The identifier of the test case execution to stop.</p><br>
/// - [`test_case_id(impl Into<String>)`](crate::operation::stop_test_case_execution::builders::StopTestCaseExecutionFluentBuilder::test_case_id) / [`set_test_case_id(Option<String>)`](crate::operation::stop_test_case_execution::builders::StopTestCaseExecutionFluentBuilder::set_test_case_id):<br>required: **true**<br><p>The identifier of the test case.</p><br>
/// - [`client_token(impl Into<String>)`](crate::operation::stop_test_case_execution::builders::StopTestCaseExecutionFluentBuilder::client_token) / [`set_client_token(Option<String>)`](crate::operation::stop_test_case_execution::builders::StopTestCaseExecutionFluentBuilder::set_client_token):<br>required: **false**<br><p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p><br>
/// - On success, responds with [`StopTestCaseExecutionOutput`](crate::operation::stop_test_case_execution::StopTestCaseExecutionOutput)
/// - On failure, responds with [`SdkError<StopTestCaseExecutionError>`](crate::operation::stop_test_case_execution::StopTestCaseExecutionError)
pub fn stop_test_case_execution(&self) -> crate::operation::stop_test_case_execution::builders::StopTestCaseExecutionFluentBuilder {
crate::operation::stop_test_case_execution::builders::StopTestCaseExecutionFluentBuilder::new(self.handle.clone())
}
}