AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
IsolineTrafficOptions.h
1
6#pragma once
7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/TrafficUsage.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace GeoRoutes
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_GEOROUTES_API IsolineTrafficOptions() = default;
37 AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
49 inline long long GetFlowEventThresholdOverride() const { return m_flowEventThresholdOverride; }
50 inline bool FlowEventThresholdOverrideHasBeenSet() const { return m_flowEventThresholdOverrideHasBeenSet; }
51 inline void SetFlowEventThresholdOverride(long long value) { m_flowEventThresholdOverrideHasBeenSet = true; m_flowEventThresholdOverride = value; }
54
56
60 inline TrafficUsage GetUsage() const { return m_usage; }
61 inline bool UsageHasBeenSet() const { return m_usageHasBeenSet; }
62 inline void SetUsage(TrafficUsage value) { m_usageHasBeenSet = true; m_usage = value; }
63 inline IsolineTrafficOptions& WithUsage(TrafficUsage value) { SetUsage(value); return *this;}
65 private:
66
67 long long m_flowEventThresholdOverride{0};
68 bool m_flowEventThresholdOverrideHasBeenSet = false;
69
71 bool m_usageHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace GeoRoutes
76} // namespace Aws
IsolineTrafficOptions & WithFlowEventThresholdOverride(long long value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOROUTES_API IsolineTrafficOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API IsolineTrafficOptions()=default
IsolineTrafficOptions & WithUsage(TrafficUsage value)
AWS_GEOROUTES_API IsolineTrafficOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue