/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Response of DescribeBudgets See Also:
AWS
* API Reference
A list of budgets.
*/ inline const Aws::VectorA list of budgets.
*/ inline void SetBudgets(const Aws::VectorA list of budgets.
*/ inline void SetBudgets(Aws::VectorA list of budgets.
*/ inline DescribeBudgetsResult& WithBudgets(const Aws::VectorA list of budgets.
*/ inline DescribeBudgetsResult& WithBudgets(Aws::VectorA list of budgets.
*/ inline DescribeBudgetsResult& AddBudgets(const Budget& value) { m_budgets.push_back(value); return *this; } /** *A list of budgets.
*/ inline DescribeBudgetsResult& AddBudgets(Budget&& value) { m_budgets.push_back(std::move(value)); return *this; } /** *The pagination token in the service response that indicates the next set of * results that you can retrieve.
*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *The pagination token in the service response that indicates the next set of * results that you can retrieve.
*/ inline void SetNextToken(const Aws::String& value) { m_nextToken = value; } /** *The pagination token in the service response that indicates the next set of * results that you can retrieve.
*/ inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); } /** *The pagination token in the service response that indicates the next set of * results that you can retrieve.
*/ inline void SetNextToken(const char* value) { m_nextToken.assign(value); } /** *The pagination token in the service response that indicates the next set of * results that you can retrieve.
*/ inline DescribeBudgetsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *The pagination token in the service response that indicates the next set of * results that you can retrieve.
*/ inline DescribeBudgetsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *The pagination token in the service response that indicates the next set of * results that you can retrieve.
*/ inline DescribeBudgetsResult& WithNextToken(const char* value) { SetNextToken(value); return *this;} inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline DescribeBudgetsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeBudgetsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeBudgetsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector