7#include <aws/budgets/BudgetsRequest.h>
8#include <aws/budgets/Budgets_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename AccountIdT = Aws::String>
45 m_accountIdHasBeenSet =
true;
46 m_accountId = std::forward<AccountIdT>(value);
48 template <
typename AccountIdT = Aws::String>
63 m_maxResultsHasBeenSet =
true;
79 template <
typename NextTokenT = Aws::String>
81 m_nextTokenHasBeenSet =
true;
82 m_nextToken = std::forward<NextTokenT>(value);
84 template <
typename NextTokenT = Aws::String>
101 m_showFilterExpressionHasBeenSet =
true;
102 m_showFilterExpression = value;
111 bool m_accountIdHasBeenSet =
false;
114 bool m_maxResultsHasBeenSet =
false;
117 bool m_nextTokenHasBeenSet =
false;
119 bool m_showFilterExpression{
false};
120 bool m_showFilterExpressionHasBeenSet =
false;
AWS_BUDGETS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetNextToken() const
DescribeBudgetsRequest & WithMaxResults(int value)
DescribeBudgetsRequest & WithNextToken(NextTokenT &&value)
bool GetShowFilterExpression() const
void SetAccountId(AccountIdT &&value)
bool NextTokenHasBeenSet() const
AWS_BUDGETS_API DescribeBudgetsRequest()=default
int GetMaxResults() const
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
DescribeBudgetsRequest & WithShowFilterExpression(bool value)
DescribeBudgetsRequest & WithAccountId(AccountIdT &&value)
const Aws::String & GetAccountId() const
void SetNextToken(NextTokenT &&value)
bool AccountIdHasBeenSet() const
bool MaxResultsHasBeenSet() const
AWS_BUDGETS_API Aws::String SerializePayload() const override
void SetShowFilterExpression(bool value)
bool ShowFilterExpressionHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String