AWS SDK for C++

AWS SDK for C++ Version 1.11.797

Loading...
Searching...
No Matches
WiFiCellular.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace IoTWireless {
17namespace Model {
18
25 public:
26 AWS_IOTWIRELESS_API WiFiCellular() = default;
27 AWS_IOTWIRELESS_API WiFiCellular(Aws::Utils::Json::JsonView jsonValue);
28 AWS_IOTWIRELESS_API WiFiCellular& operator=(Aws::Utils::Json::JsonView jsonValue);
29 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
36 inline int GetConfidencePercent() const { return m_confidencePercent; }
37 inline bool ConfidencePercentHasBeenSet() const { return m_confidencePercentHasBeenSet; }
38 inline void SetConfidencePercent(int value) {
39 m_confidencePercentHasBeenSet = true;
40 m_confidencePercent = value;
41 }
44 return *this;
45 }
47 private:
48 int m_confidencePercent{0};
49 bool m_confidencePercentHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace IoTWireless
54} // namespace Aws
AWS_IOTWIRELESS_API WiFiCellular(Aws::Utils::Json::JsonView jsonValue)
WiFiCellular & WithConfidencePercent(int value)
AWS_IOTWIRELESS_API WiFiCellular & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API WiFiCellular()=default
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue