/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Request of DescribeBudgets See Also:
AWS
* API Reference
The accountId
that is associated with the budgets that you want
* descriptions of.
The accountId
that is associated with the budgets that you want
* descriptions of.
The accountId
that is associated with the budgets that you want
* descriptions of.
The accountId
that is associated with the budgets that you want
* descriptions of.
The accountId
that is associated with the budgets that you want
* descriptions of.
The accountId
that is associated with the budgets that you want
* descriptions of.
The accountId
that is associated with the budgets that you want
* descriptions of.
The accountId
that is associated with the budgets that you want
* descriptions of.
An optional integer that represents how many entries a paginated response * contains. The maximum is 100.
*/ inline int GetMaxResults() const{ return m_maxResults; } /** *An optional integer that represents how many entries a paginated response * contains. The maximum is 100.
*/ inline bool MaxResultsHasBeenSet() const { return m_maxResultsHasBeenSet; } /** *An optional integer that represents how many entries a paginated response * contains. The maximum is 100.
*/ inline void SetMaxResults(int value) { m_maxResultsHasBeenSet = true; m_maxResults = value; } /** *An optional integer that represents how many entries a paginated response * contains. The maximum is 100.
*/ inline DescribeBudgetsRequest& WithMaxResults(int value) { SetMaxResults(value); return *this;} /** *The pagination token that you include in your request to indicate the next * set of results that you want to retrieve.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *The pagination token that you include in your request to indicate the next * set of results that you want to retrieve.
*/ inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; } /** *The pagination token that you include in your request to indicate the next * set of results that you want to retrieve.
*/ inline void SetNextToken(const Aws::String& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; } /** *The pagination token that you include in your request to indicate the next * set of results that you want to retrieve.
*/ inline void SetNextToken(Aws::String&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::move(value); } /** *The pagination token that you include in your request to indicate the next * set of results that you want to retrieve.
*/ inline void SetNextToken(const char* value) { m_nextTokenHasBeenSet = true; m_nextToken.assign(value); } /** *The pagination token that you include in your request to indicate the next * set of results that you want to retrieve.
*/ inline DescribeBudgetsRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *The pagination token that you include in your request to indicate the next * set of results that you want to retrieve.
*/ inline DescribeBudgetsRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *The pagination token that you include in your request to indicate the next * set of results that you want to retrieve.
*/ inline DescribeBudgetsRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;} private: Aws::String m_accountId; bool m_accountIdHasBeenSet = false; int m_maxResults; bool m_maxResultsHasBeenSet = false; Aws::String m_nextToken; bool m_nextTokenHasBeenSet = false; }; } // namespace Model } // namespace Budgets } // namespace Aws