AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetUpdateDataSource(const Aws::String& value) { m_updateDataSourceHasBeenSet = true; m_updateDataSource = value; }
48 inline void SetUpdateDataSource(Aws::String&& value) { m_updateDataSourceHasBeenSet = true; m_updateDataSource = std::move(value); }
49 inline void SetUpdateDataSource(const char* value) { m_updateDataSourceHasBeenSet = true; m_updateDataSource.assign(value); }
51 inline UpdateWirelessGatewayTaskCreate& WithUpdateDataSource(Aws::String&& value) { SetUpdateDataSource(std::move(value)); return *this;}
52 inline UpdateWirelessGatewayTaskCreate& WithUpdateDataSource(const char* value) { SetUpdateDataSource(value); return *this;}
54
56
59 inline const Aws::String& GetUpdateDataRole() const{ return m_updateDataRole; }
60 inline bool UpdateDataRoleHasBeenSet() const { return m_updateDataRoleHasBeenSet; }
61 inline void SetUpdateDataRole(const Aws::String& value) { m_updateDataRoleHasBeenSet = true; m_updateDataRole = value; }
62 inline void SetUpdateDataRole(Aws::String&& value) { m_updateDataRoleHasBeenSet = true; m_updateDataRole = std::move(value); }
63 inline void SetUpdateDataRole(const char* value) { m_updateDataRoleHasBeenSet = true; m_updateDataRole.assign(value); }
65 inline UpdateWirelessGatewayTaskCreate& WithUpdateDataRole(Aws::String&& value) { SetUpdateDataRole(std::move(value)); return *this;}
66 inline UpdateWirelessGatewayTaskCreate& WithUpdateDataRole(const char* value) { SetUpdateDataRole(value); return *this;}
68
70
73 inline const LoRaWANUpdateGatewayTaskCreate& GetLoRaWAN() const{ return m_loRaWAN; }
74 inline bool LoRaWANHasBeenSet() const { return m_loRaWANHasBeenSet; }
75 inline void SetLoRaWAN(const LoRaWANUpdateGatewayTaskCreate& value) { m_loRaWANHasBeenSet = true; m_loRaWAN = value; }
76 inline void SetLoRaWAN(LoRaWANUpdateGatewayTaskCreate&& value) { m_loRaWANHasBeenSet = true; m_loRaWAN = std::move(value); }
78 inline UpdateWirelessGatewayTaskCreate& WithLoRaWAN(LoRaWANUpdateGatewayTaskCreate&& value) { SetLoRaWAN(std::move(value)); return *this;}
80 private:
81
82 Aws::String m_updateDataSource;
83 bool m_updateDataSourceHasBeenSet = false;
84
85 Aws::String m_updateDataRole;
86 bool m_updateDataRoleHasBeenSet = false;
87
89 bool m_loRaWANHasBeenSet = false;
90 };
91
92} // namespace Model
93} // namespace IoTWireless
94} // namespace Aws
UpdateWirelessGatewayTaskCreate & WithLoRaWAN(LoRaWANUpdateGatewayTaskCreate &&value)
UpdateWirelessGatewayTaskCreate & WithLoRaWAN(const LoRaWANUpdateGatewayTaskCreate &value)
UpdateWirelessGatewayTaskCreate & WithUpdateDataRole(const Aws::String &value)
UpdateWirelessGatewayTaskCreate & WithUpdateDataSource(const char *value)
UpdateWirelessGatewayTaskCreate & WithUpdateDataRole(const char *value)
AWS_IOTWIRELESS_API UpdateWirelessGatewayTaskCreate(Aws::Utils::Json::JsonView jsonValue)
void SetLoRaWAN(const LoRaWANUpdateGatewayTaskCreate &value)
UpdateWirelessGatewayTaskCreate & WithUpdateDataRole(Aws::String &&value)
AWS_IOTWIRELESS_API UpdateWirelessGatewayTaskCreate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
UpdateWirelessGatewayTaskCreate & WithUpdateDataSource(const Aws::String &value)
UpdateWirelessGatewayTaskCreate & WithUpdateDataSource(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue