AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
SemtechGnssDetail.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/model/PositionSolverProvider.h>
9#include <aws/iotwireless/model/PositionSolverType.h>
10#include <aws/iotwireless/model/PositionConfigurationStatus.h>
11#include <aws/iotwireless/model/PositionConfigurationFec.h>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace IoTWireless
25{
26namespace Model
27{
28
35 {
36 public:
37 AWS_IOTWIRELESS_API SemtechGnssDetail() = default;
38 AWS_IOTWIRELESS_API SemtechGnssDetail(Aws::Utils::Json::JsonView jsonValue);
40 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline PositionSolverProvider GetProvider() const { return m_provider; }
48 inline bool ProviderHasBeenSet() const { return m_providerHasBeenSet; }
49 inline void SetProvider(PositionSolverProvider value) { m_providerHasBeenSet = true; m_provider = value; }
50 inline SemtechGnssDetail& WithProvider(PositionSolverProvider value) { SetProvider(value); return *this;}
52
54
57 inline PositionSolverType GetType() const { return m_type; }
58 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
59 inline void SetType(PositionSolverType value) { m_typeHasBeenSet = true; m_type = value; }
60 inline SemtechGnssDetail& WithType(PositionSolverType value) { SetType(value); return *this;}
62
64
67 inline PositionConfigurationStatus GetStatus() const { return m_status; }
68 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
69 inline void SetStatus(PositionConfigurationStatus value) { m_statusHasBeenSet = true; m_status = value; }
70 inline SemtechGnssDetail& WithStatus(PositionConfigurationStatus value) { SetStatus(value); return *this;}
72
74
77 inline PositionConfigurationFec GetFec() const { return m_fec; }
78 inline bool FecHasBeenSet() const { return m_fecHasBeenSet; }
79 inline void SetFec(PositionConfigurationFec value) { m_fecHasBeenSet = true; m_fec = value; }
80 inline SemtechGnssDetail& WithFec(PositionConfigurationFec value) { SetFec(value); return *this;}
82 private:
83
85 bool m_providerHasBeenSet = false;
86
88 bool m_typeHasBeenSet = false;
89
91 bool m_statusHasBeenSet = false;
92
94 bool m_fecHasBeenSet = false;
95 };
96
97} // namespace Model
98} // namespace IoTWireless
99} // 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