7#include <aws/budgets/Budgets_EXPORTS.h>
8#include <aws/budgets/BudgetsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.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>
59 template<
typename BudgetNameT = Aws::String>
60 void SetBudgetName(BudgetNameT&& value) { m_budgetNameHasBeenSet =
true; m_budgetName = std::forward<BudgetNameT>(value); }
61 template<
typename BudgetNameT = Aws::String>
72 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
83 template<
typename NextTokenT = Aws::String>
84 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
85 template<
typename NextTokenT = Aws::String>
91 bool m_accountIdHasBeenSet =
false;
94 bool m_budgetNameHasBeenSet =
false;
97 bool m_maxResultsHasBeenSet =
false;
100 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetBudgetName() const
const Aws::String & GetNextToken() const
DescribeNotificationsForBudgetRequest & WithMaxResults(int value)
void SetBudgetName(BudgetNameT &&value)
DescribeNotificationsForBudgetRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
AWS_BUDGETS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeNotificationsForBudgetRequest & WithAccountId(AccountIdT &&value)
bool NextTokenHasBeenSet() const
bool AccountIdHasBeenSet() const
void SetMaxResults(int value)
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DescribeNotificationsForBudgetRequest & WithBudgetName(BudgetNameT &&value)
AWS_BUDGETS_API DescribeNotificationsForBudgetRequest()=default
void SetAccountId(AccountIdT &&value)
bool BudgetNameHasBeenSet() const
AWS_BUDGETS_API Aws::String SerializePayload() const override
const Aws::String & GetAccountId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String