AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 const TrafficUsage& GetUsage() const{ return m_usage; }
61 inline bool UsageHasBeenSet() const { return m_usageHasBeenSet; }
62 inline void SetUsage(const TrafficUsage& value) { m_usageHasBeenSet = true; m_usage = value; }
63 inline void SetUsage(TrafficUsage&& value) { m_usageHasBeenSet = true; m_usage = std::move(value); }
64 inline IsolineTrafficOptions& WithUsage(const TrafficUsage& value) { SetUsage(value); return *this;}
65 inline IsolineTrafficOptions& WithUsage(TrafficUsage&& value) { SetUsage(std::move(value)); return *this;}
67 private:
68
69 long long m_flowEventThresholdOverride;
70 bool m_flowEventThresholdOverrideHasBeenSet = false;
71
72 TrafficUsage m_usage;
73 bool m_usageHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace GeoRoutes
78} // namespace Aws
IsolineTrafficOptions & WithUsage(const TrafficUsage &value)
IsolineTrafficOptions & WithFlowEventThresholdOverride(long long value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOROUTES_API IsolineTrafficOptions(Aws::Utils::Json::JsonView jsonValue)
IsolineTrafficOptions & WithUsage(TrafficUsage &&value)
AWS_GEOROUTES_API IsolineTrafficOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue