// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ListProxyRuleGroups`](crate::operation::list_proxy_rule_groups::builders::ListProxyRuleGroupsFluentBuilder) operation.
/// This operation supports pagination; See [`into_paginator()`](crate::operation::list_proxy_rule_groups::builders::ListProxyRuleGroupsFluentBuilder::into_paginator).
///
/// - The fluent builder is configurable:
/// - [`next_token(impl Into<String>)`](crate::operation::list_proxy_rule_groups::builders::ListProxyRuleGroupsFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::list_proxy_rule_groups::builders::ListProxyRuleGroupsFluentBuilder::set_next_token):<br>required: **false**<br><p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a <code>NextToken</code> value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.</p><br>
/// - [`max_results(i32)`](crate::operation::list_proxy_rule_groups::builders::ListProxyRuleGroupsFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::list_proxy_rule_groups::builders::ListProxyRuleGroupsFluentBuilder::set_max_results):<br>required: **false**<br><p>The maximum number of objects that you want Network Firewall to return for this request. If more objects are available, in the response, Network Firewall provides a <code>NextToken</code> value that you can use in a subsequent call to get the next batch of objects.</p><br>
/// - On success, responds with [`ListProxyRuleGroupsOutput`](crate::operation::list_proxy_rule_groups::ListProxyRuleGroupsOutput) with field(s):
/// - [`proxy_rule_groups(Option<Vec::<ProxyRuleGroupMetadata>>)`](crate::operation::list_proxy_rule_groups::ListProxyRuleGroupsOutput::proxy_rule_groups): <p>The metadata for the proxy rule groups. Depending on your setting for max results and the number of proxy rule groups that you have, this might not be the full list.</p>
/// - [`next_token(Option<String>)`](crate::operation::list_proxy_rule_groups::ListProxyRuleGroupsOutput::next_token): <p>When you request a list of objects with a <code>MaxResults</code> setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Network Firewall returns a <code>NextToken</code> value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.</p>
/// - On failure, responds with [`SdkError<ListProxyRuleGroupsError>`](crate::operation::list_proxy_rule_groups::ListProxyRuleGroupsError)
pub fn list_proxy_rule_groups(&self) -> crate::operation::list_proxy_rule_groups::builders::ListProxyRuleGroupsFluentBuilder {
crate::operation::list_proxy_rule_groups::builders::ListProxyRuleGroupsFluentBuilder::new(self.handle.clone())
}
}