// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ListDataIntegrationFlows`](crate::operation::list_data_integration_flows::builders::ListDataIntegrationFlowsFluentBuilder) operation.
/// This operation supports pagination; See [`into_paginator()`](crate::operation::list_data_integration_flows::builders::ListDataIntegrationFlowsFluentBuilder::into_paginator).
///
/// - The fluent builder is configurable:
/// - [`instance_id(impl Into<String>)`](crate::operation::list_data_integration_flows::builders::ListDataIntegrationFlowsFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::list_data_integration_flows::builders::ListDataIntegrationFlowsFluentBuilder::set_instance_id):<br>required: **true**<br><p>The Amazon Web Services Supply Chain instance identifier.</p><br>
/// - [`next_token(impl Into<String>)`](crate::operation::list_data_integration_flows::builders::ListDataIntegrationFlowsFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::list_data_integration_flows::builders::ListDataIntegrationFlowsFluentBuilder::set_next_token):<br>required: **false**<br><p>The pagination token to fetch the next page of the DataIntegrationFlows.</p><br>
/// - [`max_results(i32)`](crate::operation::list_data_integration_flows::builders::ListDataIntegrationFlowsFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::list_data_integration_flows::builders::ListDataIntegrationFlowsFluentBuilder::set_max_results):<br>required: **false**<br><p>Specify the maximum number of DataIntegrationFlows to fetch in one paginated request.</p><br>
/// - On success, responds with [`ListDataIntegrationFlowsOutput`](crate::operation::list_data_integration_flows::ListDataIntegrationFlowsOutput) with field(s):
/// - [`flows(Vec::<DataIntegrationFlow>)`](crate::operation::list_data_integration_flows::ListDataIntegrationFlowsOutput::flows): <p>The response parameters for ListDataIntegrationFlows.</p>
/// - [`next_token(Option<String>)`](crate::operation::list_data_integration_flows::ListDataIntegrationFlowsOutput::next_token): <p>The pagination token to fetch the next page of the DataIntegrationFlows.</p>
/// - On failure, responds with [`SdkError<ListDataIntegrationFlowsError>`](crate::operation::list_data_integration_flows::ListDataIntegrationFlowsError)
pub fn list_data_integration_flows(&self) -> crate::operation::list_data_integration_flows::builders::ListDataIntegrationFlowsFluentBuilder {
crate::operation::list_data_integration_flows::builders::ListDataIntegrationFlowsFluentBuilder::new(self.handle.clone())
}
}