// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ListIntegrations`](crate::operation::list_integrations::builders::ListIntegrationsFluentBuilder) operation.
/// This operation supports pagination; See [`into_paginator()`](crate::operation::list_integrations::builders::ListIntegrationsFluentBuilder::into_paginator).
///
/// - The fluent builder is configurable:
/// - [`filter(IntegrationFilter)`](crate::operation::list_integrations::builders::ListIntegrationsFluentBuilder::filter) / [`set_filter(Option<IntegrationFilter>)`](crate::operation::list_integrations::builders::ListIntegrationsFluentBuilder::set_filter):<br>required: **false**<br><p>A filter to apply to the list of integrations.</p><br>
/// - [`next_token(impl Into<String>)`](crate::operation::list_integrations::builders::ListIntegrationsFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::list_integrations::builders::ListIntegrationsFluentBuilder::set_next_token):<br>required: **false**<br><p>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the nextToken value returned from the previous request.</p><br>
/// - [`max_results(i32)`](crate::operation::list_integrations::builders::ListIntegrationsFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::list_integrations::builders::ListIntegrationsFluentBuilder::set_max_results):<br>required: **false**<br><p>The maximum number of results to return in a single call.</p><br>
/// - On success, responds with [`ListIntegrationsOutput`](crate::operation::list_integrations::ListIntegrationsOutput) with field(s):
/// - [`integration_summaries(Vec::<IntegrationSummary>)`](crate::operation::list_integrations::ListIntegrationsOutput::integration_summaries): <p>The list of integration summaries.</p>
/// - [`next_token(Option<String>)`](crate::operation::list_integrations::ListIntegrationsOutput::next_token): <p>A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the nextToken value returned from the previous request.</p>
/// - On failure, responds with [`SdkError<ListIntegrationsError>`](crate::operation::list_integrations::ListIntegrationsError)
pub fn list_integrations(&self) -> crate::operation::list_integrations::builders::ListIntegrationsFluentBuilder {
crate::operation::list_integrations::builders::ListIntegrationsFluentBuilder::new(self.handle.clone())
}
}