7#include <aws/budgets/Budgets_EXPORTS.h>
8#include <aws/budgets/BudgetsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/budgets/model/Notification.h>
48 template<
typename AccountIdT = Aws::String>
49 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
50 template<
typename AccountIdT = Aws::String>
60 template<
typename BudgetNameT = Aws::String>
61 void SetBudgetName(BudgetNameT&& value) { m_budgetNameHasBeenSet =
true; m_budgetName = std::forward<BudgetNameT>(value); }
62 template<
typename BudgetNameT = Aws::String>
72 template<
typename NotificationT = Notification>
73 void SetNotification(NotificationT&& value) { m_notificationHasBeenSet =
true; m_notification = std::forward<NotificationT>(value); }
74 template<
typename NotificationT = Notification>
80 bool m_accountIdHasBeenSet =
false;
83 bool m_budgetNameHasBeenSet =
false;
86 bool m_notificationHasBeenSet =
false;
AWS_BUDGETS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetBudgetName() const
AWS_BUDGETS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
AWS_BUDGETS_API DeleteNotificationRequest()=default
const Aws::String & GetAccountId() const
void SetNotification(NotificationT &&value)
void SetBudgetName(BudgetNameT &&value)
DeleteNotificationRequest & WithAccountId(AccountIdT &&value)
DeleteNotificationRequest & WithNotification(NotificationT &&value)
bool BudgetNameHasBeenSet() const
DeleteNotificationRequest & WithBudgetName(BudgetNameT &&value)
bool NotificationHasBeenSet() const
void SetAccountId(AccountIdT &&value)
const Notification & GetNotification() const
bool AccountIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String