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/Budget.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/budgets/model/NotificationWithSubscribers.h>
13#include <aws/budgets/model/ResourceTag.h>
52 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
64 inline void SetBudget(
const Budget& value) { m_budgetHasBeenSet =
true; m_budget = value; }
65 inline void SetBudget(
Budget&& value) { m_budgetHasBeenSet =
true; m_budget = std::move(value); }
105 bool m_accountIdHasBeenSet =
false;
108 bool m_budgetHasBeenSet =
false;
111 bool m_notificationsWithSubscribersHasBeenSet =
false;
114 bool m_resourceTagsHasBeenSet =
false;
CreateBudgetRequest & WithNotificationsWithSubscribers(const Aws::Vector< NotificationWithSubscribers > &value)
CreateBudgetRequest & AddNotificationsWithSubscribers(NotificationWithSubscribers &&value)
CreateBudgetRequest & AddResourceTags(ResourceTag &&value)
CreateBudgetRequest & AddResourceTags(const ResourceTag &value)
bool ResourceTagsHasBeenSet() const
CreateBudgetRequest & WithAccountId(Aws::String &&value)
void SetAccountId(const Aws::String &value)
CreateBudgetRequest & WithBudget(const Budget &value)
CreateBudgetRequest & WithAccountId(const char *value)
void SetResourceTags(const Aws::Vector< ResourceTag > &value)
void SetAccountId(Aws::String &&value)
void SetNotificationsWithSubscribers(Aws::Vector< NotificationWithSubscribers > &&value)
const Aws::Vector< NotificationWithSubscribers > & GetNotificationsWithSubscribers() const
void SetResourceTags(Aws::Vector< ResourceTag > &&value)
CreateBudgetRequest & WithResourceTags(Aws::Vector< ResourceTag > &&value)
bool AccountIdHasBeenSet() const
CreateBudgetRequest & WithBudget(Budget &&value)
void SetBudget(Budget &&value)
CreateBudgetRequest & AddNotificationsWithSubscribers(const NotificationWithSubscribers &value)
AWS_BUDGETS_API CreateBudgetRequest()
void SetNotificationsWithSubscribers(const Aws::Vector< NotificationWithSubscribers > &value)
CreateBudgetRequest & WithAccountId(const Aws::String &value)
CreateBudgetRequest & WithNotificationsWithSubscribers(Aws::Vector< NotificationWithSubscribers > &&value)
void SetBudget(const Budget &value)
virtual const char * GetServiceRequestName() const override
bool NotificationsWithSubscribersHasBeenSet() const
CreateBudgetRequest & WithResourceTags(const Aws::Vector< ResourceTag > &value)
AWS_BUDGETS_API Aws::String SerializePayload() const override
AWS_BUDGETS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetAccountId(const char *value)
const Aws::Vector< ResourceTag > & GetResourceTags() const
bool BudgetHasBeenSet() const
const Budget & GetBudget() const
const Aws::String & GetAccountId() 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