// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ListRecoveryPlans`](crate::operation::list_recovery_plans::builders::ListRecoveryPlansFluentBuilder) operation.
/// This operation supports pagination; See [`into_paginator()`](crate::operation::list_recovery_plans::builders::ListRecoveryPlansFluentBuilder::into_paginator).
///
/// - The fluent builder is configurable:
/// - [`max_results(i32)`](crate::operation::list_recovery_plans::builders::ListRecoveryPlansFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::list_recovery_plans::builders::ListRecoveryPlansFluentBuilder::set_max_results):<br>required: **false**<br><p>Maximum number of results to return.</p><br>
/// - [`next_token(impl Into<String>)`](crate::operation::list_recovery_plans::builders::ListRecoveryPlansFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::list_recovery_plans::builders::ListRecoveryPlansFluentBuilder::set_next_token):<br>required: **false**<br><p>The token for the next page of results.</p><br>
/// - On success, responds with [`ListRecoveryPlansOutput`](crate::operation::list_recovery_plans::ListRecoveryPlansOutput) with field(s):
/// - [`recovery_plans(Vec::<RecoveryPlanSummary>)`](crate::operation::list_recovery_plans::ListRecoveryPlansOutput::recovery_plans): <p>The list of Recovery Plans.</p>
/// - [`next_token(Option<String>)`](crate::operation::list_recovery_plans::ListRecoveryPlansOutput::next_token): <p>The token for the next page of results.</p>
/// - On failure, responds with [`SdkError<ListRecoveryPlansError>`](crate::operation::list_recovery_plans::ListRecoveryPlansError)
pub fn list_recovery_plans(&self) -> crate::operation::list_recovery_plans::builders::ListRecoveryPlansFluentBuilder {
crate::operation::list_recovery_plans::builders::ListRecoveryPlansFluentBuilder::new(self.handle.clone())
}
}