/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides the results of a query that retrieved the data for a standard metric
* that applies to an application, campaign, or journey.See Also:
* AWS
* API Reference
An array of objects that provides the results of a query that retrieved the * data for a standard metric that applies to an application, campaign, or * journey.
*/ inline const Aws::VectorAn array of objects that provides the results of a query that retrieved the * data for a standard metric that applies to an application, campaign, or * journey.
*/ inline bool RowsHasBeenSet() const { return m_rowsHasBeenSet; } /** *An array of objects that provides the results of a query that retrieved the * data for a standard metric that applies to an application, campaign, or * journey.
*/ inline void SetRows(const Aws::VectorAn array of objects that provides the results of a query that retrieved the * data for a standard metric that applies to an application, campaign, or * journey.
*/ inline void SetRows(Aws::VectorAn array of objects that provides the results of a query that retrieved the * data for a standard metric that applies to an application, campaign, or * journey.
*/ inline BaseKpiResult& WithRows(const Aws::VectorAn array of objects that provides the results of a query that retrieved the * data for a standard metric that applies to an application, campaign, or * journey.
*/ inline BaseKpiResult& WithRows(Aws::VectorAn array of objects that provides the results of a query that retrieved the * data for a standard metric that applies to an application, campaign, or * journey.
*/ inline BaseKpiResult& AddRows(const ResultRow& value) { m_rowsHasBeenSet = true; m_rows.push_back(value); return *this; } /** *An array of objects that provides the results of a query that retrieved the * data for a standard metric that applies to an application, campaign, or * journey.
*/ inline BaseKpiResult& AddRows(ResultRow&& value) { m_rowsHasBeenSet = true; m_rows.push_back(std::move(value)); return *this; } private: Aws::Vector