// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ListBillingViews`](crate::operation::list_billing_views::builders::ListBillingViewsFluentBuilder) operation.
/// This operation supports pagination; See [`into_paginator()`](crate::operation::list_billing_views::builders::ListBillingViewsFluentBuilder::into_paginator).
///
/// - The fluent builder is configurable:
/// - [`active_time_range(ActiveTimeRange)`](crate::operation::list_billing_views::builders::ListBillingViewsFluentBuilder::active_time_range) / [`set_active_time_range(Option<ActiveTimeRange>)`](crate::operation::list_billing_views::builders::ListBillingViewsFluentBuilder::set_active_time_range):<br>required: **true**<br><p>The time range for the billing views listed. <code>PRIMARY</code> billing view is always listed. <code>BILLING_GROUP</code> billing views are listed for time ranges when the associated billing group resource in Billing Conductor is active. The time range must be within one calendar month.</p><br>
/// - [`max_results(i32)`](crate::operation::list_billing_views::builders::ListBillingViewsFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::list_billing_views::builders::ListBillingViewsFluentBuilder::set_max_results):<br>required: **false**<br><p>The maximum number of billing views to retrieve. Default is 100.</p><br>
/// - [`next_token(impl Into<String>)`](crate::operation::list_billing_views::builders::ListBillingViewsFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::list_billing_views::builders::ListBillingViewsFluentBuilder::set_next_token):<br>required: **false**<br><p>The pagination token that is used on subsequent calls to list billing views.</p><br>
/// - On success, responds with [`ListBillingViewsOutput`](crate::operation::list_billing_views::ListBillingViewsOutput) with field(s):
/// - [`billing_views(Vec::<BillingViewListElement>)`](crate::operation::list_billing_views::ListBillingViewsOutput::billing_views): <p>A list of <code>BillingViewListElement</code> retrieved.</p>
/// - [`next_token(Option<String>)`](crate::operation::list_billing_views::ListBillingViewsOutput::next_token): <p>The pagination token to use on subsequent calls to list billing views.</p>
/// - On failure, responds with [`SdkError<ListBillingViewsError>`](crate::operation::list_billing_views::ListBillingViewsError)
pub fn list_billing_views(&self) -> crate::operation::list_billing_views::builders::ListBillingViewsFluentBuilder {
crate::operation::list_billing_views::builders::ListBillingViewsFluentBuilder::new(self.handle.clone())
}
}