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>
11#include <aws/budgets/model/Subscriber.h>
49 template<
typename AccountIdT = Aws::String>
50 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
51 template<
typename AccountIdT = Aws::String>
61 template<
typename BudgetNameT = Aws::String>
62 void SetBudgetName(BudgetNameT&& value) { m_budgetNameHasBeenSet =
true; m_budgetName = std::forward<BudgetNameT>(value); }
63 template<
typename BudgetNameT = Aws::String>
73 template<
typename NotificationT = Notification>
74 void SetNotification(NotificationT&& value) { m_notificationHasBeenSet =
true; m_notification = std::forward<NotificationT>(value); }
75 template<
typename NotificationT = Notification>
85 template<
typename OldSubscriberT = Subscriber>
86 void SetOldSubscriber(OldSubscriberT&& value) { m_oldSubscriberHasBeenSet =
true; m_oldSubscriber = std::forward<OldSubscriberT>(value); }
87 template<
typename OldSubscriberT = Subscriber>
97 template<
typename NewSubscriberT = Subscriber>
98 void SetNewSubscriber(NewSubscriberT&& value) { m_newSubscriberHasBeenSet =
true; m_newSubscriber = std::forward<NewSubscriberT>(value); }
99 template<
typename NewSubscriberT = Subscriber>
105 bool m_accountIdHasBeenSet =
false;
108 bool m_budgetNameHasBeenSet =
false;
111 bool m_notificationHasBeenSet =
false;
114 bool m_oldSubscriberHasBeenSet =
false;
117 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