// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeFlywheelIteration`](crate::operation::describe_flywheel_iteration::builders::DescribeFlywheelIterationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`flywheel_arn(impl Into<String>)`](crate::operation::describe_flywheel_iteration::builders::DescribeFlywheelIterationFluentBuilder::flywheel_arn) / [`set_flywheel_arn(Option<String>)`](crate::operation::describe_flywheel_iteration::builders::DescribeFlywheelIterationFluentBuilder::set_flywheel_arn):<br>required: **true**<br><p></p><br>
/// - [`flywheel_iteration_id(impl Into<String>)`](crate::operation::describe_flywheel_iteration::builders::DescribeFlywheelIterationFluentBuilder::flywheel_iteration_id) / [`set_flywheel_iteration_id(Option<String>)`](crate::operation::describe_flywheel_iteration::builders::DescribeFlywheelIterationFluentBuilder::set_flywheel_iteration_id):<br>required: **true**<br><p></p><br>
/// - On success, responds with [`DescribeFlywheelIterationOutput`](crate::operation::describe_flywheel_iteration::DescribeFlywheelIterationOutput) with field(s):
/// - [`flywheel_iteration_properties(Option<FlywheelIterationProperties>)`](crate::operation::describe_flywheel_iteration::DescribeFlywheelIterationOutput::flywheel_iteration_properties): <p>The configuration properties of a flywheel iteration.</p>
/// - On failure, responds with [`SdkError<DescribeFlywheelIterationError>`](crate::operation::describe_flywheel_iteration::DescribeFlywheelIterationError)
pub fn describe_flywheel_iteration(&self) -> crate::operation::describe_flywheel_iteration::builders::DescribeFlywheelIterationFluentBuilder {
crate::operation::describe_flywheel_iteration::builders::DescribeFlywheelIterationFluentBuilder::new(self.handle.clone())
}
}