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/core/utils/memory/stl/AWSVector.h>
12#include <aws/budgets/model/Subscriber.h>
50 template<
typename AccountIdT = Aws::String>
51 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
52 template<
typename AccountIdT = Aws::String>
63 template<
typename BudgetNameT = Aws::String>
64 void SetBudgetName(BudgetNameT&& value) { m_budgetNameHasBeenSet =
true; m_budgetName = std::forward<BudgetNameT>(value); }
65 template<
typename BudgetNameT = Aws::String>
75 template<
typename NotificationT = Notification>
76 void SetNotification(NotificationT&& value) { m_notificationHasBeenSet =
true; m_notification = std::forward<NotificationT>(value); }
77 template<
typename NotificationT = Notification>
88 template<
typename SubscribersT = Aws::Vector<Subscriber>>
89 void SetSubscribers(SubscribersT&& value) { m_subscribersHasBeenSet =
true; m_subscribers = std::forward<SubscribersT>(value); }
90 template<
typename SubscribersT = Aws::Vector<Subscriber>>
92 template<
typename SubscribersT = Subscriber>
98 bool m_accountIdHasBeenSet =
false;
101 bool m_budgetNameHasBeenSet =
false;
104 bool m_notificationHasBeenSet =
false;
107 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