// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteBudgetAction`](crate::operation::delete_budget_action::builders::DeleteBudgetActionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`account_id(impl Into<String>)`](crate::operation::delete_budget_action::builders::DeleteBudgetActionFluentBuilder::account_id) / [`set_account_id(Option<String>)`](crate::operation::delete_budget_action::builders::DeleteBudgetActionFluentBuilder::set_account_id):<br>required: **true**<br><p>The account ID of the user. It's a 12-digit number.</p><br>
/// - [`budget_name(impl Into<String>)`](crate::operation::delete_budget_action::builders::DeleteBudgetActionFluentBuilder::budget_name) / [`set_budget_name(Option<String>)`](crate::operation::delete_budget_action::builders::DeleteBudgetActionFluentBuilder::set_budget_name):<br>required: **true**<br><p>A string that represents the budget name. The ":" and "\" characters, and the "/action/" substring, aren't allowed.</p> <p>Budget names are validated for content. Names that contain phone numbers, URLs, or email addresses combined with certain terms may be rejected.</p><br>
/// - [`action_id(impl Into<String>)`](crate::operation::delete_budget_action::builders::DeleteBudgetActionFluentBuilder::action_id) / [`set_action_id(Option<String>)`](crate::operation::delete_budget_action::builders::DeleteBudgetActionFluentBuilder::set_action_id):<br>required: **true**<br><p>A system-generated universally unique identifier (UUID) for the action.</p><br>
/// - On success, responds with [`DeleteBudgetActionOutput`](crate::operation::delete_budget_action::DeleteBudgetActionOutput) with field(s):
/// - [`account_id(String)`](crate::operation::delete_budget_action::DeleteBudgetActionOutput::account_id): <p>The account ID of the user. It's a 12-digit number.</p>
/// - [`budget_name(String)`](crate::operation::delete_budget_action::DeleteBudgetActionOutput::budget_name): <p>A string that represents the budget name. The ":" and "\" characters, and the "/action/" substring, aren't allowed.</p> <p>Budget names are validated for content. Names that contain phone numbers, URLs, or email addresses combined with certain terms may be rejected.</p>
/// - [`action(Option<Action>)`](crate::operation::delete_budget_action::DeleteBudgetActionOutput::action): <p>A budget action resource.</p>
/// - On failure, responds with [`SdkError<DeleteBudgetActionError>`](crate::operation::delete_budget_action::DeleteBudgetActionError)
pub fn delete_budget_action(&self) -> crate::operation::delete_budget_action::builders::DeleteBudgetActionFluentBuilder {
crate::operation::delete_budget_action::builders::DeleteBudgetActionFluentBuilder::new(self.handle.clone())
}
}