// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeBudget`](crate::operation::describe_budget::builders::DescribeBudgetFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`account_id(impl Into<String>)`](crate::operation::describe_budget::builders::DescribeBudgetFluentBuilder::account_id) / [`set_account_id(Option<String>)`](crate::operation::describe_budget::builders::DescribeBudgetFluentBuilder::set_account_id):<br>required: **true**<br><p>The <code>accountId</code> that is associated with the budget that you want a description of.</p><br>
/// - [`budget_name(impl Into<String>)`](crate::operation::describe_budget::builders::DescribeBudgetFluentBuilder::budget_name) / [`set_budget_name(Option<String>)`](crate::operation::describe_budget::builders::DescribeBudgetFluentBuilder::set_budget_name):<br>required: **true**<br><p>The name of the budget that you want a description of.</p><br>
/// - On success, responds with [`DescribeBudgetOutput`](crate::operation::describe_budget::DescribeBudgetOutput) with field(s):
/// - [`budget(Option<Budget>)`](crate::operation::describe_budget::DescribeBudgetOutput::budget): <p>The description of the budget.</p>
/// - On failure, responds with [`SdkError<DescribeBudgetError>`](crate::operation::describe_budget::DescribeBudgetError)
pub fn describe_budget(&self) -> crate::operation::describe_budget::builders::DescribeBudgetFluentBuilder {
crate::operation::describe_budget::builders::DescribeBudgetFluentBuilder::new(self.handle.clone())
}
}