AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 const PositionSolverProvider& GetProvider() const{ return m_provider; }
48 inline bool ProviderHasBeenSet() const { return m_providerHasBeenSet; }
49 inline void SetProvider(const PositionSolverProvider& value) { m_providerHasBeenSet = true; m_provider = value; }
50 inline void SetProvider(PositionSolverProvider&& value) { m_providerHasBeenSet = true; m_provider = std::move(value); }
51 inline SemtechGnssDetail& WithProvider(const PositionSolverProvider& value) { SetProvider(value); return *this;}
52 inline SemtechGnssDetail& WithProvider(PositionSolverProvider&& value) { SetProvider(std::move(value)); return *this;}
54
56
59 inline const PositionSolverType& GetType() const{ return m_type; }
60 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
61 inline void SetType(const PositionSolverType& value) { m_typeHasBeenSet = true; m_type = value; }
62 inline void SetType(PositionSolverType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); }
63 inline SemtechGnssDetail& WithType(const PositionSolverType& value) { SetType(value); return *this;}
64 inline SemtechGnssDetail& WithType(PositionSolverType&& value) { SetType(std::move(value)); return *this;}
66
68
71 inline const PositionConfigurationStatus& GetStatus() const{ return m_status; }
72 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
73 inline void SetStatus(const PositionConfigurationStatus& value) { m_statusHasBeenSet = true; m_status = value; }
74 inline void SetStatus(PositionConfigurationStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); }
75 inline SemtechGnssDetail& WithStatus(const PositionConfigurationStatus& value) { SetStatus(value); return *this;}
76 inline SemtechGnssDetail& WithStatus(PositionConfigurationStatus&& value) { SetStatus(std::move(value)); return *this;}
78
80
83 inline const PositionConfigurationFec& GetFec() const{ return m_fec; }
84 inline bool FecHasBeenSet() const { return m_fecHasBeenSet; }
85 inline void SetFec(const PositionConfigurationFec& value) { m_fecHasBeenSet = true; m_fec = value; }
86 inline void SetFec(PositionConfigurationFec&& value) { m_fecHasBeenSet = true; m_fec = std::move(value); }
87 inline SemtechGnssDetail& WithFec(const PositionConfigurationFec& value) { SetFec(value); return *this;}
88 inline SemtechGnssDetail& WithFec(PositionConfigurationFec&& value) { SetFec(std::move(value)); return *this;}
90 private:
91
92 PositionSolverProvider m_provider;
93 bool m_providerHasBeenSet = false;
94
95 PositionSolverType m_type;
96 bool m_typeHasBeenSet = false;
97
99 bool m_statusHasBeenSet = false;
100
102 bool m_fecHasBeenSet = false;
103 };
104
105} // namespace Model
106} // namespace IoTWireless
107} // namespace Aws
void SetProvider(const PositionSolverProvider &value)
void SetType(const PositionSolverType &value)
const PositionSolverType & GetType() const
const PositionSolverProvider & GetProvider() const
SemtechGnssDetail & WithProvider(const PositionSolverProvider &value)
const PositionConfigurationStatus & GetStatus() const
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
SemtechGnssDetail & WithType(const PositionSolverType &value)
SemtechGnssDetail & WithStatus(const PositionConfigurationStatus &value)
SemtechGnssDetail & WithFec(const PositionConfigurationFec &value)
void SetFec(PositionConfigurationFec &&value)
void SetStatus(PositionConfigurationStatus &&value)
AWS_IOTWIRELESS_API SemtechGnssDetail(Aws::Utils::Json::JsonView jsonValue)
SemtechGnssDetail & WithStatus(PositionConfigurationStatus &&value)
SemtechGnssDetail & WithProvider(PositionSolverProvider &&value)
void SetType(PositionSolverType &&value)
void SetFec(const PositionConfigurationFec &value)
SemtechGnssDetail & WithType(PositionSolverType &&value)
AWS_IOTWIRELESS_API SemtechGnssDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
const PositionConfigurationFec & GetFec() const
void SetStatus(const PositionConfigurationStatus &value)
SemtechGnssDetail & WithFec(PositionConfigurationFec &&value)
void SetProvider(PositionSolverProvider &&value)
Aws::Utils::Json::JsonValue JsonValue