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>
12#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename AccountIdT = Aws::String>
48 m_accountIdHasBeenSet =
true;
49 m_accountId = std::forward<AccountIdT>(value);
51 template <
typename AccountIdT = Aws::String>
65 template <
typename BudgetNameT = Aws::String>
67 m_budgetNameHasBeenSet =
true;
68 m_budgetName = std::forward<BudgetNameT>(value);
70 template <
typename BudgetNameT = Aws::String>
83 template <
typename NotificationT = Notification>
85 m_notificationHasBeenSet =
true;
86 m_notification = std::forward<NotificationT>(value);
88 template <
typename NotificationT = Notification>
102 template <
typename SubscribersT = Aws::Vector<Subscriber>>
104 m_subscribersHasBeenSet =
true;
105 m_subscribers = std::forward<SubscribersT>(value);
107 template <
typename SubscribersT = Aws::Vector<Subscriber>>
112 template <
typename SubscribersT = Subscriber>
114 m_subscribersHasBeenSet =
true;
115 m_subscribers.emplace_back(std::forward<SubscribersT>(value));
127 bool m_accountIdHasBeenSet =
false;
128 bool m_budgetNameHasBeenSet =
false;
129 bool m_notificationHasBeenSet =
false;
130 bool m_subscribersHasBeenSet =
false;
bool NotificationHasBeenSet() const
void SetBudgetName(BudgetNameT &&value)
CreateNotificationRequest & AddSubscribers(SubscribersT &&value)
const Aws::Vector< Subscriber > & GetSubscribers() const
void SetAccountId(AccountIdT &&value)
void SetNotification(NotificationT &&value)
bool AccountIdHasBeenSet() const
bool SubscribersHasBeenSet() const
AWS_BUDGETS_API CreateNotificationRequest()=default
const Aws::String & GetAccountId() const
CreateNotificationRequest & WithNotification(NotificationT &&value)
CreateNotificationRequest & WithAccountId(AccountIdT &&value)
const Aws::String & GetBudgetName() const
virtual const char * GetServiceRequestName() const override
AWS_BUDGETS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetSubscribers(SubscribersT &&value)
AWS_BUDGETS_API Aws::String SerializePayload() const override
const Notification & GetNotification() const
CreateNotificationRequest & WithBudgetName(BudgetNameT &&value)
CreateNotificationRequest & WithSubscribers(SubscribersT &&value)
bool BudgetNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector