AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
LimitsPerLabelSetEntry.h
1
6#pragma once
7#include <aws/amp/PrometheusService_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace PrometheusService
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_PROMETHEUSSERVICE_API LimitsPerLabelSetEntry() = default;
34 AWS_PROMETHEUSSERVICE_API LimitsPerLabelSetEntry(Aws::Utils::Json::JsonView jsonValue);
35 AWS_PROMETHEUSSERVICE_API LimitsPerLabelSetEntry& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_PROMETHEUSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
46 inline long long GetMaxSeries() const { return m_maxSeries; }
47 inline bool MaxSeriesHasBeenSet() const { return m_maxSeriesHasBeenSet; }
48 inline void SetMaxSeries(long long value) { m_maxSeriesHasBeenSet = true; m_maxSeries = value; }
49 inline LimitsPerLabelSetEntry& WithMaxSeries(long long value) { SetMaxSeries(value); return *this;}
51 private:
52
53 long long m_maxSeries{0};
54 bool m_maxSeriesHasBeenSet = false;
55 };
56
57} // namespace Model
58} // namespace PrometheusService
59} // namespace Aws
AWS_PROMETHEUSSERVICE_API LimitsPerLabelSetEntry()=default
LimitsPerLabelSetEntry & WithMaxSeries(long long value)
AWS_PROMETHEUSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
long long GetMaxSeries() const
AWS_PROMETHEUSSERVICE_API LimitsPerLabelSetEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMaxSeries(long long value)
AWS_PROMETHEUSSERVICE_API LimitsPerLabelSetEntry(Aws::Utils::Json::JsonView jsonValue)
bool MaxSeriesHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue