1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`StartFlywheelIteration`](crate::operation::start_flywheel_iteration::builders::StartFlywheelIterationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`flywheel_arn(impl Into<String>)`](crate::operation::start_flywheel_iteration::builders::StartFlywheelIterationFluentBuilder::flywheel_arn) / [`set_flywheel_arn(Option<String>)`](crate::operation::start_flywheel_iteration::builders::StartFlywheelIterationFluentBuilder::set_flywheel_arn):<br>required: **true**<br><p>The ARN of the flywheel.</p><br>
    ///   - [`client_request_token(impl Into<String>)`](crate::operation::start_flywheel_iteration::builders::StartFlywheelIterationFluentBuilder::client_request_token) / [`set_client_request_token(Option<String>)`](crate::operation::start_flywheel_iteration::builders::StartFlywheelIterationFluentBuilder::set_client_request_token):<br>required: **false**<br><p>A unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.</p><br>
    /// - On success, responds with [`StartFlywheelIterationOutput`](crate::operation::start_flywheel_iteration::StartFlywheelIterationOutput) with field(s):
    ///   - [`flywheel_arn(Option<String>)`](crate::operation::start_flywheel_iteration::StartFlywheelIterationOutput::flywheel_arn): <p></p>
    ///   - [`flywheel_iteration_id(Option<String>)`](crate::operation::start_flywheel_iteration::StartFlywheelIterationOutput::flywheel_iteration_id): <p></p>
    /// - On failure, responds with [`SdkError<StartFlywheelIterationError>`](crate::operation::start_flywheel_iteration::StartFlywheelIterationError)
    pub fn start_flywheel_iteration(&self) -> crate::operation::start_flywheel_iteration::builders::StartFlywheelIterationFluentBuilder {
        crate::operation::start_flywheel_iteration::builders::StartFlywheelIterationFluentBuilder::new(self.handle.clone())
    }
}