AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
39 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const PositionConfigurationStatus& GetStatus() const{ return m_status; }
47 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
48 inline void SetStatus(const PositionConfigurationStatus& value) { m_statusHasBeenSet = true; m_status = value; }
49 inline void SetStatus(PositionConfigurationStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); }
50 inline SemtechGnssConfiguration& WithStatus(const PositionConfigurationStatus& value) { SetStatus(value); return *this;}
51 inline SemtechGnssConfiguration& WithStatus(PositionConfigurationStatus&& value) { SetStatus(std::move(value)); return *this;}
53
55
58 inline const PositionConfigurationFec& GetFec() const{ return m_fec; }
59 inline bool FecHasBeenSet() const { return m_fecHasBeenSet; }
60 inline void SetFec(const PositionConfigurationFec& value) { m_fecHasBeenSet = true; m_fec = value; }
61 inline void SetFec(PositionConfigurationFec&& value) { m_fecHasBeenSet = true; m_fec = std::move(value); }
62 inline SemtechGnssConfiguration& WithFec(const PositionConfigurationFec& value) { SetFec(value); return *this;}
63 inline SemtechGnssConfiguration& WithFec(PositionConfigurationFec&& value) { SetFec(std::move(value)); return *this;}
65 private:
66
68 bool m_statusHasBeenSet = false;
69
71 bool m_fecHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace IoTWireless
76} // namespace Aws
void SetFec(const PositionConfigurationFec &value)
AWS_IOTWIRELESS_API SemtechGnssConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(PositionConfigurationStatus &&value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatus(const PositionConfigurationStatus &value)
SemtechGnssConfiguration & WithStatus(const PositionConfigurationStatus &value)
SemtechGnssConfiguration & WithFec(const PositionConfigurationFec &value)
AWS_IOTWIRELESS_API SemtechGnssConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
SemtechGnssConfiguration & WithFec(PositionConfigurationFec &&value)
SemtechGnssConfiguration & WithStatus(PositionConfigurationStatus &&value)
const PositionConfigurationStatus & GetStatus() const
const PositionConfigurationFec & GetFec() const
Aws::Utils::Json::JsonValue JsonValue