// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ListAgentProfiles`](crate::operation::list_agent_profiles::builders::ListAgentProfilesFluentBuilder) operation.
/// This operation supports pagination; See [`into_paginator()`](crate::operation::list_agent_profiles::builders::ListAgentProfilesFluentBuilder::into_paginator).
///
/// - The fluent builder is configurable:
/// - [`max_results(i32)`](crate::operation::list_agent_profiles::builders::ListAgentProfilesFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::list_agent_profiles::builders::ListAgentProfilesFluentBuilder::set_max_results):<br>required: **false**<br><p>The maximum number of profiles to return in a single call. Default is 100.</p><br>
/// - [`next_token(impl Into<String>)`](crate::operation::list_agent_profiles::builders::ListAgentProfilesFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::list_agent_profiles::builders::ListAgentProfilesFluentBuilder::set_next_token):<br>required: **false**<br><p>A pagination token returned from a previous call to continue retrieving results.</p><br>
/// - On success, responds with [`ListAgentProfilesOutput`](crate::operation::list_agent_profiles::ListAgentProfilesOutput) with field(s):
/// - [`items(Vec::<AgentProfileSummary>)`](crate::operation::list_agent_profiles::ListAgentProfilesOutput::items): <p>A list of profile summaries.</p>
/// - [`next_token(Option<String>)`](crate::operation::list_agent_profiles::ListAgentProfilesOutput::next_token): <p>A pagination token to retrieve the next set of results, if available.</p>
/// - On failure, responds with [`SdkError<ListAgentProfilesError>`](crate::operation::list_agent_profiles::ListAgentProfilesError)
pub fn list_agent_profiles(&self) -> crate::operation::list_agent_profiles::builders::ListAgentProfilesFluentBuilder {
crate::operation::list_agent_profiles::builders::ListAgentProfilesFluentBuilder::new(self.handle.clone())
}
}