/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The value to be compared with the metric
.See
* Also:
AWS API
* Reference
If the comparisonOperator
calls for a numeric value, use this to
* specify that numeric value to be compared with the metric
.
If the comparisonOperator
calls for a numeric value, use this to
* specify that numeric value to be compared with the metric
.
If the comparisonOperator
calls for a numeric value, use this to
* specify that numeric value to be compared with the metric
.
If the comparisonOperator
calls for a numeric value, use this to
* specify that numeric value to be compared with the metric
.
If the comparisonOperator
calls for a set of CIDRs, use this to
* specify that set to be compared with the metric
.
If the comparisonOperator
calls for a set of CIDRs, use this to
* specify that set to be compared with the metric
.
If the comparisonOperator
calls for a set of CIDRs, use this to
* specify that set to be compared with the metric
.
If the comparisonOperator
calls for a set of CIDRs, use this to
* specify that set to be compared with the metric
.
If the comparisonOperator
calls for a set of CIDRs, use this to
* specify that set to be compared with the metric
.
If the comparisonOperator
calls for a set of CIDRs, use this to
* specify that set to be compared with the metric
.
If the comparisonOperator
calls for a set of CIDRs, use this to
* specify that set to be compared with the metric
.
If the comparisonOperator
calls for a set of CIDRs, use this to
* specify that set to be compared with the metric
.
If the comparisonOperator
calls for a set of CIDRs, use this to
* specify that set to be compared with the metric
.
If the comparisonOperator
calls for a set of ports, use this to
* specify that set to be compared with the metric
.
If the comparisonOperator
calls for a set of ports, use this to
* specify that set to be compared with the metric
.
If the comparisonOperator
calls for a set of ports, use this to
* specify that set to be compared with the metric
.
If the comparisonOperator
calls for a set of ports, use this to
* specify that set to be compared with the metric
.
If the comparisonOperator
calls for a set of ports, use this to
* specify that set to be compared with the metric
.
If the comparisonOperator
calls for a set of ports, use this to
* specify that set to be compared with the metric
.
If the comparisonOperator
calls for a set of ports, use this to
* specify that set to be compared with the metric
.
The numeral value of a metric.
*/ inline double GetNumber() const{ return m_number; } /** *The numeral value of a metric.
*/ inline bool NumberHasBeenSet() const { return m_numberHasBeenSet; } /** *The numeral value of a metric.
*/ inline void SetNumber(double value) { m_numberHasBeenSet = true; m_number = value; } /** *The numeral value of a metric.
*/ inline MetricValue& WithNumber(double value) { SetNumber(value); return *this;} /** *The numeral values of a metric.
*/ inline const Aws::VectorThe numeral values of a metric.
*/ inline bool NumbersHasBeenSet() const { return m_numbersHasBeenSet; } /** *The numeral values of a metric.
*/ inline void SetNumbers(const Aws::VectorThe numeral values of a metric.
*/ inline void SetNumbers(Aws::VectorThe numeral values of a metric.
*/ inline MetricValue& WithNumbers(const Aws::VectorThe numeral values of a metric.
*/ inline MetricValue& WithNumbers(Aws::VectorThe numeral values of a metric.
*/ inline MetricValue& AddNumbers(double value) { m_numbersHasBeenSet = true; m_numbers.push_back(value); return *this; } /** *The string values of a metric.
*/ inline const Aws::VectorThe string values of a metric.
*/ inline bool StringsHasBeenSet() const { return m_stringsHasBeenSet; } /** *The string values of a metric.
*/ inline void SetStrings(const Aws::VectorThe string values of a metric.
*/ inline void SetStrings(Aws::VectorThe string values of a metric.
*/ inline MetricValue& WithStrings(const Aws::VectorThe string values of a metric.
*/ inline MetricValue& WithStrings(Aws::VectorThe string values of a metric.
*/ inline MetricValue& AddStrings(const Aws::String& value) { m_stringsHasBeenSet = true; m_strings.push_back(value); return *this; } /** *The string values of a metric.
*/ inline MetricValue& AddStrings(Aws::String&& value) { m_stringsHasBeenSet = true; m_strings.push_back(std::move(value)); return *this; } /** *The string values of a metric.
*/ inline MetricValue& AddStrings(const char* value) { m_stringsHasBeenSet = true; m_strings.push_back(value); return *this; } private: long long m_count; bool m_countHasBeenSet = false; Aws::Vector