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>
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>
62 template<
typename BudgetT = Budget>
63 void SetBudget(BudgetT&& value) { m_budgetHasBeenSet =
true; m_budget = std::forward<BudgetT>(value); }
64 template<
typename BudgetT = Budget>
78 template<
typename NotificationsWithSubscribersT = Aws::Vector<NotificationWithSubscribers>>
79 void SetNotificationsWithSubscribers(NotificationsWithSubscribersT&& value) { m_notificationsWithSubscribersHasBeenSet =
true; m_notificationsWithSubscribers = std::forward<NotificationsWithSubscribersT>(value); }
80 template<
typename NotificationsWithSubscribersT = Aws::Vector<NotificationWithSubscribers>>
82 template<
typename NotificationsWithSubscribersT = NotificationWithSubscribers>
93 template<
typename ResourceTagsT = Aws::Vector<ResourceTag>>
94 void SetResourceTags(ResourceTagsT&& value) { m_resourceTagsHasBeenSet =
true; m_resourceTags = std::forward<ResourceTagsT>(value); }
95 template<
typename ResourceTagsT = Aws::Vector<ResourceTag>>
97 template<
typename ResourceTagsT = ResourceTag>
103 bool m_accountIdHasBeenSet =
false;
106 bool m_budgetHasBeenSet =
false;
109 bool m_notificationsWithSubscribersHasBeenSet =
false;
112 bool m_resourceTagsHasBeenSet =
false;
bool ResourceTagsHasBeenSet() const
const Aws::Vector< NotificationWithSubscribers > & GetNotificationsWithSubscribers() const
void SetResourceTags(ResourceTagsT &&value)
bool AccountIdHasBeenSet() const
CreateBudgetRequest & AddNotificationsWithSubscribers(NotificationsWithSubscribersT &&value)
void SetBudget(BudgetT &&value)
CreateBudgetRequest & WithAccountId(AccountIdT &&value)
CreateBudgetRequest & WithResourceTags(ResourceTagsT &&value)
void SetAccountId(AccountIdT &&value)
virtual const char * GetServiceRequestName() const override
bool NotificationsWithSubscribersHasBeenSet() const
CreateBudgetRequest & WithNotificationsWithSubscribers(NotificationsWithSubscribersT &&value)
AWS_BUDGETS_API Aws::String SerializePayload() const override
AWS_BUDGETS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateBudgetRequest & WithBudget(BudgetT &&value)
void SetNotificationsWithSubscribers(NotificationsWithSubscribersT &&value)
const Aws::Vector< ResourceTag > & GetResourceTags() const
CreateBudgetRequest & AddResourceTags(ResourceTagsT &&value)
bool BudgetHasBeenSet() const
const Budget & GetBudget() const
const Aws::String & GetAccountId() const
AWS_BUDGETS_API CreateBudgetRequest()=default
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