7#include <aws/budgets/BudgetsRequest.h>
8#include <aws/budgets/Budgets_EXPORTS.h>
9#include <aws/budgets/model/Notification.h>
10#include <aws/budgets/model/Subscriber.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
45 template <
typename AccountIdT = Aws::String>
47 m_accountIdHasBeenSet =
true;
48 m_accountId = std::forward<AccountIdT>(value);
50 template <
typename AccountIdT = Aws::String>
63 template <
typename BudgetNameT = Aws::String>
65 m_budgetNameHasBeenSet =
true;
66 m_budgetName = std::forward<BudgetNameT>(value);
68 template <
typename BudgetNameT = Aws::String>
81 template <
typename NotificationT = Notification>
83 m_notificationHasBeenSet =
true;
84 m_notification = std::forward<NotificationT>(value);
86 template <
typename NotificationT = Notification>
99 template <
typename OldSubscriberT = Subscriber>
101 m_oldSubscriberHasBeenSet =
true;
102 m_oldSubscriber = std::forward<OldSubscriberT>(value);
104 template <
typename OldSubscriberT = Subscriber>
117 template <
typename NewSubscriberT = Subscriber>
119 m_newSubscriberHasBeenSet =
true;
120 m_newSubscriber = std::forward<NewSubscriberT>(value);
122 template <
typename NewSubscriberT = Subscriber>
138 bool m_accountIdHasBeenSet =
false;
139 bool m_budgetNameHasBeenSet =
false;
140 bool m_notificationHasBeenSet =
false;
141 bool m_oldSubscriberHasBeenSet =
false;
142 bool m_newSubscriberHasBeenSet =
false;
UpdateSubscriberRequest & WithAccountId(AccountIdT &&value)
void SetBudgetName(BudgetNameT &&value)
bool BudgetNameHasBeenSet() const
bool AccountIdHasBeenSet() const
void SetNotification(NotificationT &&value)
AWS_BUDGETS_API Aws::String SerializePayload() const override
const Notification & GetNotification() const
void SetNewSubscriber(NewSubscriberT &&value)
bool OldSubscriberHasBeenSet() const
const Aws::String & GetAccountId() const
UpdateSubscriberRequest & WithNotification(NotificationT &&value)
const Aws::String & GetBudgetName() const
UpdateSubscriberRequest & WithOldSubscriber(OldSubscriberT &&value)
AWS_BUDGETS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NotificationHasBeenSet() const
const Subscriber & GetNewSubscriber() const
void SetOldSubscriber(OldSubscriberT &&value)
const Subscriber & GetOldSubscriber() const
bool NewSubscriberHasBeenSet() const
AWS_BUDGETS_API UpdateSubscriberRequest()=default
UpdateSubscriberRequest & WithNewSubscriber(NewSubscriberT &&value)
void SetAccountId(AccountIdT &&value)
UpdateSubscriberRequest & WithBudgetName(BudgetNameT &&value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String