7#include <aws/budgets/Budgets_EXPORTS.h>
8#include <aws/budgets/model/Notification.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
41 template <
typename NotificationsT = Aws::Vector<Notification>>
43 m_notificationsHasBeenSet =
true;
44 m_notifications = std::forward<NotificationsT>(value);
46 template <
typename NotificationsT = Aws::Vector<Notification>>
51 template <
typename NotificationsT = Notification>
53 m_notificationsHasBeenSet =
true;
54 m_notifications.emplace_back(std::forward<NotificationsT>(value));
63 template <
typename BudgetNameT = Aws::String>
65 m_budgetNameHasBeenSet =
true;
66 m_budgetName = std::forward<BudgetNameT>(value);
68 template <
typename BudgetNameT = Aws::String>
78 bool m_notificationsHasBeenSet =
false;
79 bool m_budgetNameHasBeenSet =
false;
AWS_BUDGETS_API BudgetNotificationsForAccount(Aws::Utils::Json::JsonView jsonValue)
BudgetNotificationsForAccount & AddNotifications(NotificationsT &&value)
bool BudgetNameHasBeenSet() const
const Aws::Vector< Notification > & GetNotifications() const
AWS_BUDGETS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetBudgetName() const
AWS_BUDGETS_API BudgetNotificationsForAccount & operator=(Aws::Utils::Json::JsonView jsonValue)
BudgetNotificationsForAccount & WithNotifications(NotificationsT &&value)
BudgetNotificationsForAccount & WithBudgetName(BudgetNameT &&value)
void SetNotifications(NotificationsT &&value)
AWS_BUDGETS_API BudgetNotificationsForAccount()=default
bool NotificationsHasBeenSet() const
void SetBudgetName(BudgetNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue