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>
60 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
71 template<
typename NextTokenT = Aws::String>
72 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
73 template<
typename NextTokenT = Aws::String>
86 inline void SetShowFilterExpression(
bool value) { m_showFilterExpressionHasBeenSet =
true; m_showFilterExpression = value; }
92 bool m_accountIdHasBeenSet =
false;
95 bool m_maxResultsHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
100 bool m_showFilterExpression{
false};
101 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