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/NotificationType.h>
11#include <aws/budgets/model/ActionThreshold.h>
12#include <aws/budgets/model/Definition.h>
13#include <aws/budgets/model/ApprovalModel.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
15#include <aws/budgets/model/Subscriber.h>
47 template<
typename AccountIdT = Aws::String>
48 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
49 template<
typename AccountIdT = Aws::String>
57 template<
typename BudgetNameT = Aws::String>
58 void SetBudgetName(BudgetNameT&& value) { m_budgetNameHasBeenSet =
true; m_budgetName = std::forward<BudgetNameT>(value); }
59 template<
typename BudgetNameT = Aws::String>
69 template<
typename ActionIdT = Aws::String>
70 void SetActionId(ActionIdT&& value) { m_actionIdHasBeenSet =
true; m_actionId = std::forward<ActionIdT>(value); }
71 template<
typename ActionIdT = Aws::String>
87 template<
typename ActionThresholdT = ActionThreshold>
88 void SetActionThreshold(ActionThresholdT&& value) { m_actionThresholdHasBeenSet =
true; m_actionThreshold = std::forward<ActionThresholdT>(value); }
89 template<
typename ActionThresholdT = ActionThreshold>
97 template<
typename DefinitionT = Definition>
98 void SetDefinition(DefinitionT&& value) { m_definitionHasBeenSet =
true; m_definition = std::forward<DefinitionT>(value); }
99 template<
typename DefinitionT = Definition>
110 template<
typename ExecutionRoleArnT = Aws::String>
111 void SetExecutionRoleArn(ExecutionRoleArnT&& value) { m_executionRoleArnHasBeenSet =
true; m_executionRoleArn = std::forward<ExecutionRoleArnT>(value); }
112 template<
typename ExecutionRoleArnT = Aws::String>
130 template<
typename SubscribersT = Aws::Vector<Subscriber>>
131 void SetSubscribers(SubscribersT&& value) { m_subscribersHasBeenSet =
true; m_subscribers = std::forward<SubscribersT>(value); }
132 template<
typename SubscribersT = Aws::Vector<Subscriber>>
134 template<
typename SubscribersT = Subscriber>
140 bool m_accountIdHasBeenSet =
false;
143 bool m_budgetNameHasBeenSet =
false;
146 bool m_actionIdHasBeenSet =
false;
149 bool m_notificationTypeHasBeenSet =
false;
151 ActionThreshold m_actionThreshold;
152 bool m_actionThresholdHasBeenSet =
false;
154 Definition m_definition;
155 bool m_definitionHasBeenSet =
false;
158 bool m_executionRoleArnHasBeenSet =
false;
161 bool m_approvalModelHasBeenSet =
false;
164 bool m_subscribersHasBeenSet =
false;
void SetBudgetName(BudgetNameT &&value)
NotificationType GetNotificationType() const
const Aws::String & GetActionId() const
UpdateBudgetActionRequest & WithExecutionRoleArn(ExecutionRoleArnT &&value)
bool ApprovalModelHasBeenSet() const
const Aws::String & GetBudgetName() const
UpdateBudgetActionRequest & WithSubscribers(SubscribersT &&value)
bool SubscribersHasBeenSet() const
void SetActionId(ActionIdT &&value)
UpdateBudgetActionRequest & WithAccountId(AccountIdT &&value)
const Definition & GetDefinition() const
AWS_BUDGETS_API Aws::String SerializePayload() const override
const Aws::String & GetExecutionRoleArn() const
void SetDefinition(DefinitionT &&value)
bool ExecutionRoleArnHasBeenSet() const
bool ActionThresholdHasBeenSet() const
AWS_BUDGETS_API UpdateBudgetActionRequest()=default
bool AccountIdHasBeenSet() const
UpdateBudgetActionRequest & WithActionId(ActionIdT &&value)
UpdateBudgetActionRequest & WithDefinition(DefinitionT &&value)
void SetNotificationType(NotificationType value)
AWS_BUDGETS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateBudgetActionRequest & WithApprovalModel(ApprovalModel value)
bool ActionIdHasBeenSet() const
bool BudgetNameHasBeenSet() const
const Aws::Vector< Subscriber > & GetSubscribers() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAccountId() const
void SetActionThreshold(ActionThresholdT &&value)
bool NotificationTypeHasBeenSet() const
UpdateBudgetActionRequest & WithNotificationType(NotificationType value)
UpdateBudgetActionRequest & AddSubscribers(SubscribersT &&value)
const ActionThreshold & GetActionThreshold() const
ApprovalModel GetApprovalModel() const
bool DefinitionHasBeenSet() const
void SetAccountId(AccountIdT &&value)
void SetApprovalModel(ApprovalModel value)
UpdateBudgetActionRequest & WithBudgetName(BudgetNameT &&value)
UpdateBudgetActionRequest & WithActionThreshold(ActionThresholdT &&value)
void SetSubscribers(SubscribersT &&value)
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
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