/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A structure that contains experiment results for one metric that is monitored
* in the experiment.See Also:
AWS
* API Reference
The name of the metric.
*/ inline const Aws::String& GetMetricName() const{ return m_metricName; } /** *The name of the metric.
*/ inline bool MetricNameHasBeenSet() const { return m_metricNameHasBeenSet; } /** *The name of the metric.
*/ inline void SetMetricName(const Aws::String& value) { m_metricNameHasBeenSet = true; m_metricName = value; } /** *The name of the metric.
*/ inline void SetMetricName(Aws::String&& value) { m_metricNameHasBeenSet = true; m_metricName = std::move(value); } /** *The name of the metric.
*/ inline void SetMetricName(const char* value) { m_metricNameHasBeenSet = true; m_metricName.assign(value); } /** *The name of the metric.
*/ inline ExperimentResultsData& WithMetricName(const Aws::String& value) { SetMetricName(value); return *this;} /** *The name of the metric.
*/ inline ExperimentResultsData& WithMetricName(Aws::String&& value) { SetMetricName(std::move(value)); return *this;} /** *The name of the metric.
*/ inline ExperimentResultsData& WithMetricName(const char* value) { SetMetricName(value); return *this;} /** *The experiment statistic that these results pertain to.
*/ inline const ExperimentResultResponseType& GetResultStat() const{ return m_resultStat; } /** *The experiment statistic that these results pertain to.
*/ inline bool ResultStatHasBeenSet() const { return m_resultStatHasBeenSet; } /** *The experiment statistic that these results pertain to.
*/ inline void SetResultStat(const ExperimentResultResponseType& value) { m_resultStatHasBeenSet = true; m_resultStat = value; } /** *The experiment statistic that these results pertain to.
*/ inline void SetResultStat(ExperimentResultResponseType&& value) { m_resultStatHasBeenSet = true; m_resultStat = std::move(value); } /** *The experiment statistic that these results pertain to.
*/ inline ExperimentResultsData& WithResultStat(const ExperimentResultResponseType& value) { SetResultStat(value); return *this;} /** *The experiment statistic that these results pertain to.
*/ inline ExperimentResultsData& WithResultStat(ExperimentResultResponseType&& value) { SetResultStat(std::move(value)); return *this;} /** *The treatment, or variation, that returned the values
in this
* structure.
The treatment, or variation, that returned the values
in this
* structure.
The treatment, or variation, that returned the values
in this
* structure.
The treatment, or variation, that returned the values
in this
* structure.
The treatment, or variation, that returned the values
in this
* structure.
The treatment, or variation, that returned the values
in this
* structure.
The treatment, or variation, that returned the values
in this
* structure.
The treatment, or variation, that returned the values
in this
* structure.
The values for the metricName
that were recorded in the
* experiment.
The values for the metricName
that were recorded in the
* experiment.
The values for the metricName
that were recorded in the
* experiment.
The values for the metricName
that were recorded in the
* experiment.
The values for the metricName
that were recorded in the
* experiment.
The values for the metricName
that were recorded in the
* experiment.
The values for the metricName
that were recorded in the
* experiment.