AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
UpdateWirelessGatewayTaskCreate.h
1
6#pragma once
7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/model/LoRaWANUpdateGatewayTaskCreate.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
33 {
34 public:
35 AWS_IOTWIRELESS_API UpdateWirelessGatewayTaskCreate() = default;
38 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetUpdateDataSource() const { return m_updateDataSource; }
46 inline bool UpdateDataSourceHasBeenSet() const { return m_updateDataSourceHasBeenSet; }
47 template<typename UpdateDataSourceT = Aws::String>
48 void SetUpdateDataSource(UpdateDataSourceT&& value) { m_updateDataSourceHasBeenSet = true; m_updateDataSource = std::forward<UpdateDataSourceT>(value); }
49 template<typename UpdateDataSourceT = Aws::String>
50 UpdateWirelessGatewayTaskCreate& WithUpdateDataSource(UpdateDataSourceT&& value) { SetUpdateDataSource(std::forward<UpdateDataSourceT>(value)); return *this;}
52
54
57 inline const Aws::String& GetUpdateDataRole() const { return m_updateDataRole; }
58 inline bool UpdateDataRoleHasBeenSet() const { return m_updateDataRoleHasBeenSet; }
59 template<typename UpdateDataRoleT = Aws::String>
60 void SetUpdateDataRole(UpdateDataRoleT&& value) { m_updateDataRoleHasBeenSet = true; m_updateDataRole = std::forward<UpdateDataRoleT>(value); }
61 template<typename UpdateDataRoleT = Aws::String>
62 UpdateWirelessGatewayTaskCreate& WithUpdateDataRole(UpdateDataRoleT&& value) { SetUpdateDataRole(std::forward<UpdateDataRoleT>(value)); return *this;}
64
66
69 inline const LoRaWANUpdateGatewayTaskCreate& GetLoRaWAN() const { return m_loRaWAN; }
70 inline bool LoRaWANHasBeenSet() const { return m_loRaWANHasBeenSet; }
71 template<typename LoRaWANT = LoRaWANUpdateGatewayTaskCreate>
72 void SetLoRaWAN(LoRaWANT&& value) { m_loRaWANHasBeenSet = true; m_loRaWAN = std::forward<LoRaWANT>(value); }
73 template<typename LoRaWANT = LoRaWANUpdateGatewayTaskCreate>
74 UpdateWirelessGatewayTaskCreate& WithLoRaWAN(LoRaWANT&& value) { SetLoRaWAN(std::forward<LoRaWANT>(value)); return *this;}
76 private:
77
78 Aws::String m_updateDataSource;
79 bool m_updateDataSourceHasBeenSet = false;
80
81 Aws::String m_updateDataRole;
82 bool m_updateDataRoleHasBeenSet = false;
83
85 bool m_loRaWANHasBeenSet = false;
86 };
87
88} // namespace Model
89} // namespace IoTWireless
90} // namespace Aws
AWS_IOTWIRELESS_API UpdateWirelessGatewayTaskCreate()=default
UpdateWirelessGatewayTaskCreate & WithUpdateDataSource(UpdateDataSourceT &&value)
AWS_IOTWIRELESS_API UpdateWirelessGatewayTaskCreate(Aws::Utils::Json::JsonView jsonValue)
UpdateWirelessGatewayTaskCreate & WithUpdateDataRole(UpdateDataRoleT &&value)
AWS_IOTWIRELESS_API UpdateWirelessGatewayTaskCreate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
UpdateWirelessGatewayTaskCreate & WithLoRaWAN(LoRaWANT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue