AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
SemtechGnssDetail.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#include <aws/iotwireless/model/PositionSolverProvider.h>
11#include <aws/iotwireless/model/PositionSolverType.h>
12
13#include <utility>
14
15namespace Aws {
16namespace Utils {
17namespace Json {
18class JsonValue;
19class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace IoTWireless {
23namespace Model {
24
31 public:
32 AWS_IOTWIRELESS_API SemtechGnssDetail() = default;
33 AWS_IOTWIRELESS_API SemtechGnssDetail(Aws::Utils::Json::JsonView jsonValue);
35 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
41 inline PositionSolverProvider GetProvider() const { return m_provider; }
42 inline bool ProviderHasBeenSet() const { return m_providerHasBeenSet; }
44 m_providerHasBeenSet = true;
45 m_provider = value;
46 }
48 SetProvider(value);
49 return *this;
50 }
52
54
57 inline PositionSolverType GetType() const { return m_type; }
58 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
59 inline void SetType(PositionSolverType value) {
60 m_typeHasBeenSet = true;
61 m_type = value;
62 }
64 SetType(value);
65 return *this;
66 }
68
70
73 inline PositionConfigurationStatus GetStatus() const { return m_status; }
74 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
76 m_statusHasBeenSet = true;
77 m_status = value;
78 }
80 SetStatus(value);
81 return *this;
82 }
84
86
89 inline PositionConfigurationFec GetFec() const { return m_fec; }
90 inline bool FecHasBeenSet() const { return m_fecHasBeenSet; }
91 inline void SetFec(PositionConfigurationFec value) {
92 m_fecHasBeenSet = true;
93 m_fec = value;
94 }
96 SetFec(value);
97 return *this;
98 }
100 private:
102
104
106
108 bool m_providerHasBeenSet = false;
109 bool m_typeHasBeenSet = false;
110 bool m_statusHasBeenSet = false;
111 bool m_fecHasBeenSet = false;
112};
113
114} // namespace Model
115} // namespace IoTWireless
116} // namespace Aws
void SetType(PositionSolverType value)
PositionConfigurationFec GetFec() const
PositionConfigurationStatus GetStatus() const
void SetStatus(PositionConfigurationStatus value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
SemtechGnssDetail & WithProvider(PositionSolverProvider value)
AWS_IOTWIRELESS_API SemtechGnssDetail(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API SemtechGnssDetail()=default
SemtechGnssDetail & WithStatus(PositionConfigurationStatus value)
PositionSolverProvider GetProvider() const
AWS_IOTWIRELESS_API SemtechGnssDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFec(PositionConfigurationFec value)
SemtechGnssDetail & WithType(PositionSolverType value)
void SetProvider(PositionSolverProvider value)
SemtechGnssDetail & WithFec(PositionConfigurationFec value)
Aws::Utils::Json::JsonValue JsonValue