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 OldNotificationT = Notification>
73 void SetOldNotification(OldNotificationT&& value) { m_oldNotificationHasBeenSet =
true; m_oldNotification = std::forward<OldNotificationT>(value); }
74 template<
typename OldNotificationT = Notification>
84 template<
typename NewNotificationT = Notification>
85 void SetNewNotification(NewNotificationT&& value) { m_newNotificationHasBeenSet =
true; m_newNotification = std::forward<NewNotificationT>(value); }
86 template<
typename NewNotificationT = Notification>
92 bool m_accountIdHasBeenSet =
false;
95 bool m_budgetNameHasBeenSet =
false;
98 bool m_oldNotificationHasBeenSet =
false;
101 bool m_newNotificationHasBeenSet =
false;
UpdateNotificationRequest & WithAccountId(AccountIdT &&value)
AWS_BUDGETS_API Aws::String SerializePayload() const override
bool BudgetNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_BUDGETS_API UpdateNotificationRequest()=default
AWS_BUDGETS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Notification & GetNewNotification() const
void SetOldNotification(OldNotificationT &&value)
void SetBudgetName(BudgetNameT &&value)
bool OldNotificationHasBeenSet() const
void SetAccountId(AccountIdT &&value)
const Aws::String & GetAccountId() const
const Notification & GetOldNotification() const
bool AccountIdHasBeenSet() const
UpdateNotificationRequest & WithBudgetName(BudgetNameT &&value)
bool NewNotificationHasBeenSet() const
UpdateNotificationRequest & WithOldNotification(OldNotificationT &&value)
void SetNewNotification(NewNotificationT &&value)
const Aws::String & GetBudgetName() const
UpdateNotificationRequest & WithNewNotification(NewNotificationT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String