// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ListIterableForms`](crate::operation::list_iterable_forms::builders::ListIterableFormsFluentBuilder) operation.
/// This operation supports pagination; See [`into_paginator()`](crate::operation::list_iterable_forms::builders::ListIterableFormsFluentBuilder::into_paginator).
///
/// - The fluent builder is configurable:
/// - [`asset_identifier(impl Into<String>)`](crate::operation::list_iterable_forms::builders::ListIterableFormsFluentBuilder::asset_identifier) / [`set_asset_identifier(Option<String>)`](crate::operation::list_iterable_forms::builders::ListIterableFormsFluentBuilder::set_asset_identifier):<br>required: **true**<br><p>The unique identifier of the asset.</p><br>
/// - [`iterable_form_name(impl Into<String>)`](crate::operation::list_iterable_forms::builders::ListIterableFormsFluentBuilder::iterable_form_name) / [`set_iterable_form_name(Option<String>)`](crate::operation::list_iterable_forms::builders::ListIterableFormsFluentBuilder::set_iterable_form_name):<br>required: **true**<br><p>The name of the iterable form to list items from.</p><br>
/// - [`max_results(i32)`](crate::operation::list_iterable_forms::builders::ListIterableFormsFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::list_iterable_forms::builders::ListIterableFormsFluentBuilder::set_max_results):<br>required: **false**<br><p>The maximum number of results to return in the response.</p><br>
/// - [`next_token(impl Into<String>)`](crate::operation::list_iterable_forms::builders::ListIterableFormsFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::list_iterable_forms::builders::ListIterableFormsFluentBuilder::set_next_token):<br>required: **false**<br><p>A continuation token, if this is a continuation call.</p><br>
/// - On success, responds with [`ListIterableFormsOutput`](crate::operation::list_iterable_forms::ListIterableFormsOutput) with field(s):
/// - [`items(Option<Vec::<IterableFormListItem>>)`](crate::operation::list_iterable_forms::ListIterableFormsOutput::items): <p>The list of iterable form items.</p>
/// - [`next_token(Option<String>)`](crate::operation::list_iterable_forms::ListIterableFormsOutput::next_token): <p>A continuation token, present if the current segment is not the last.</p>
/// - On failure, responds with [`SdkError<ListIterableFormsError>`](crate::operation::list_iterable_forms::ListIterableFormsError)
pub fn list_iterable_forms(&self) -> crate::operation::list_iterable_forms::builders::ListIterableFormsFluentBuilder {
crate::operation::list_iterable_forms::builders::ListIterableFormsFluentBuilder::new(self.handle.clone())
}
}