AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
SemtechGnssConfiguration.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/model/PositionConfigurationFec.h>
9#include <aws/iotwireless/model/PositionConfigurationStatus.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace IoTWireless {
21namespace Model {
22
30 public:
31 AWS_IOTWIRELESS_API SemtechGnssConfiguration() = default;
34 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline PositionConfigurationStatus GetStatus() const { return m_status; }
41 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
43 m_statusHasBeenSet = true;
44 m_status = value;
45 }
47 SetStatus(value);
48 return *this;
49 }
51
53
56 inline PositionConfigurationFec GetFec() const { return m_fec; }
57 inline bool FecHasBeenSet() const { return m_fecHasBeenSet; }
58 inline void SetFec(PositionConfigurationFec value) {
59 m_fecHasBeenSet = true;
60 m_fec = value;
61 }
63 SetFec(value);
64 return *this;
65 }
67 private:
69
71 bool m_statusHasBeenSet = false;
72 bool m_fecHasBeenSet = false;
73};
74
75} // namespace Model
76} // namespace IoTWireless
77} // 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