7#include <aws/budgets/BudgetsRequest.h>
8#include <aws/budgets/Budgets_EXPORTS.h>
9#include <aws/budgets/model/Notification.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename AccountIdT = Aws::String>
46 m_accountIdHasBeenSet =
true;
47 m_accountId = std::forward<AccountIdT>(value);
49 template <
typename AccountIdT = Aws::String>
62 template <
typename BudgetNameT = Aws::String>
64 m_budgetNameHasBeenSet =
true;
65 m_budgetName = std::forward<BudgetNameT>(value);
67 template <
typename BudgetNameT = Aws::String>
80 template <
typename OldNotificationT = Notification>
82 m_oldNotificationHasBeenSet =
true;
83 m_oldNotification = std::forward<OldNotificationT>(value);
85 template <
typename OldNotificationT = Notification>
98 template <
typename NewNotificationT = Notification>
100 m_newNotificationHasBeenSet =
true;
101 m_newNotification = std::forward<NewNotificationT>(value);
103 template <
typename NewNotificationT = Notification>
117 bool m_accountIdHasBeenSet =
false;
118 bool m_budgetNameHasBeenSet =
false;
119 bool m_oldNotificationHasBeenSet =
false;
120 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