AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
SemtechGnssConfiguration.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/model/PositionConfigurationStatus.h>
9#include <aws/iotwireless/model/PositionConfigurationFec.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace IoTWireless
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_IOTWIRELESS_API SemtechGnssConfiguration() = default;
39 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline PositionConfigurationStatus GetStatus() const { return m_status; }
47 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
48 inline void SetStatus(PositionConfigurationStatus value) { m_statusHasBeenSet = true; m_status = value; }
51
53
56 inline PositionConfigurationFec GetFec() const { return m_fec; }
57 inline bool FecHasBeenSet() const { return m_fecHasBeenSet; }
58 inline void SetFec(PositionConfigurationFec value) { m_fecHasBeenSet = true; m_fec = value; }
59 inline SemtechGnssConfiguration& WithFec(PositionConfigurationFec value) { SetFec(value); return *this;}
61 private:
62
64 bool m_statusHasBeenSet = false;
65
67 bool m_fecHasBeenSet = false;
68 };
69
70} // namespace Model
71} // namespace IoTWireless
72} // namespace Aws
void SetStatus(PositionConfigurationStatus value)
AWS_IOTWIRELESS_API SemtechGnssConfiguration(Aws::Utils::Json::JsonView jsonValue)
SemtechGnssConfiguration & WithFec(PositionConfigurationFec value)
SemtechGnssConfiguration & WithStatus(PositionConfigurationStatus value)
AWS_IOTWIRELESS_API SemtechGnssConfiguration()=default
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTWIRELESS_API SemtechGnssConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue