// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ExecuteStackRefactor`](crate::operation::execute_stack_refactor::builders::ExecuteStackRefactorFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`stack_refactor_id(impl Into<String>)`](crate::operation::execute_stack_refactor::builders::ExecuteStackRefactorFluentBuilder::stack_refactor_id) / [`set_stack_refactor_id(Option<String>)`](crate::operation::execute_stack_refactor::builders::ExecuteStackRefactorFluentBuilder::set_stack_refactor_id):<br>required: **true**<br><p>The ID associated with the stack refactor created from the <code>CreateStackRefactor</code> action.</p><br>
/// - On success, responds with [`ExecuteStackRefactorOutput`](crate::operation::execute_stack_refactor::ExecuteStackRefactorOutput)
/// - On failure, responds with [`SdkError<ExecuteStackRefactorError>`](crate::operation::execute_stack_refactor::ExecuteStackRefactorError)
pub fn execute_stack_refactor(&self) -> crate::operation::execute_stack_refactor::builders::ExecuteStackRefactorFluentBuilder {
crate::operation::execute_stack_refactor::builders::ExecuteStackRefactorFluentBuilder::new(self.handle.clone())
}
}