7#include <aws/budgets/Budgets_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/budgets/model/Notification.h>
61 inline void SetBudgetName(
const char* value) { m_budgetNameHasBeenSet =
true; m_budgetName.assign(value); }
69 bool m_notificationsHasBeenSet =
false;
72 bool m_budgetNameHasBeenSet =
false;
AWS_BUDGETS_API BudgetNotificationsForAccount(Aws::Utils::Json::JsonView jsonValue)
bool BudgetNameHasBeenSet() const
void SetNotifications(Aws::Vector< Notification > &&value)
BudgetNotificationsForAccount & WithNotifications(Aws::Vector< Notification > &&value)
const Aws::Vector< Notification > & GetNotifications() const
void SetBudgetName(Aws::String &&value)
AWS_BUDGETS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetBudgetName() const
AWS_BUDGETS_API BudgetNotificationsForAccount & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BUDGETS_API BudgetNotificationsForAccount()
void SetBudgetName(const Aws::String &value)
BudgetNotificationsForAccount & WithBudgetName(const char *value)
BudgetNotificationsForAccount & WithBudgetName(Aws::String &&value)
BudgetNotificationsForAccount & WithNotifications(const Aws::Vector< Notification > &value)
bool NotificationsHasBeenSet() const
void SetBudgetName(const char *value)
void SetNotifications(const Aws::Vector< Notification > &value)
BudgetNotificationsForAccount & AddNotifications(Notification &&value)
BudgetNotificationsForAccount & AddNotifications(const Notification &value)
BudgetNotificationsForAccount & WithBudgetName(const Aws::String &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