/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include One level of grouped data in the results.See Also:
AWS API
* Reference
The keys that are included in this group.
*/ inline const Aws::VectorThe keys that are included in this group.
*/ inline bool KeysHasBeenSet() const { return m_keysHasBeenSet; } /** *The keys that are included in this group.
*/ inline void SetKeys(const Aws::VectorThe keys that are included in this group.
*/ inline void SetKeys(Aws::VectorThe keys that are included in this group.
*/ inline Group& WithKeys(const Aws::VectorThe keys that are included in this group.
*/ inline Group& WithKeys(Aws::VectorThe keys that are included in this group.
*/ inline Group& AddKeys(const Aws::String& value) { m_keysHasBeenSet = true; m_keys.push_back(value); return *this; } /** *The keys that are included in this group.
*/ inline Group& AddKeys(Aws::String&& value) { m_keysHasBeenSet = true; m_keys.push_back(std::move(value)); return *this; } /** *The keys that are included in this group.
*/ inline Group& AddKeys(const char* value) { m_keysHasBeenSet = true; m_keys.push_back(value); return *this; } /** *The metrics that are included in this group.
*/ inline const Aws::MapThe metrics that are included in this group.
*/ inline bool MetricsHasBeenSet() const { return m_metricsHasBeenSet; } /** *The metrics that are included in this group.
*/ inline void SetMetrics(const Aws::MapThe metrics that are included in this group.
*/ inline void SetMetrics(Aws::MapThe metrics that are included in this group.
*/ inline Group& WithMetrics(const Aws::MapThe metrics that are included in this group.
*/ inline Group& WithMetrics(Aws::MapThe metrics that are included in this group.
*/ inline Group& AddMetrics(const Aws::String& key, const MetricValue& value) { m_metricsHasBeenSet = true; m_metrics.emplace(key, value); return *this; } /** *The metrics that are included in this group.
*/ inline Group& AddMetrics(Aws::String&& key, const MetricValue& value) { m_metricsHasBeenSet = true; m_metrics.emplace(std::move(key), value); return *this; } /** *The metrics that are included in this group.
*/ inline Group& AddMetrics(const Aws::String& key, MetricValue&& value) { m_metricsHasBeenSet = true; m_metrics.emplace(key, std::move(value)); return *this; } /** *The metrics that are included in this group.
*/ inline Group& AddMetrics(Aws::String&& key, MetricValue&& value) { m_metricsHasBeenSet = true; m_metrics.emplace(std::move(key), std::move(value)); return *this; } /** *The metrics that are included in this group.
*/ inline Group& AddMetrics(const char* key, MetricValue&& value) { m_metricsHasBeenSet = true; m_metrics.emplace(key, std::move(value)); return *this; } /** *The metrics that are included in this group.
*/ inline Group& AddMetrics(const char* key, const MetricValue& value) { m_metricsHasBeenSet = true; m_metrics.emplace(key, value); return *this; } private: Aws::Vector