AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
UpdateWirelessGatewayTaskEntry.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/LoRaWANUpdateGatewayTaskEntry.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 UpdateWirelessGatewayTaskEntry() = default;
38 AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetId() const { return m_id; }
46 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
47 template<typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet = true; m_id = std::forward<IdT>(value); }
49 template<typename IdT = Aws::String>
50 UpdateWirelessGatewayTaskEntry& WithId(IdT&& value) { SetId(std::forward<IdT>(value)); return *this;}
52
54
57 inline const LoRaWANUpdateGatewayTaskEntry& GetLoRaWAN() const { return m_loRaWAN; }
58 inline bool LoRaWANHasBeenSet() const { return m_loRaWANHasBeenSet; }
59 template<typename LoRaWANT = LoRaWANUpdateGatewayTaskEntry>
60 void SetLoRaWAN(LoRaWANT&& value) { m_loRaWANHasBeenSet = true; m_loRaWAN = std::forward<LoRaWANT>(value); }
61 template<typename LoRaWANT = LoRaWANUpdateGatewayTaskEntry>
62 UpdateWirelessGatewayTaskEntry& WithLoRaWAN(LoRaWANT&& value) { SetLoRaWAN(std::forward<LoRaWANT>(value)); return *this;}
64
66
69 inline const Aws::String& GetArn() const { return m_arn; }
70 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
71 template<typename ArnT = Aws::String>
72 void SetArn(ArnT&& value) { m_arnHasBeenSet = true; m_arn = std::forward<ArnT>(value); }
73 template<typename ArnT = Aws::String>
74 UpdateWirelessGatewayTaskEntry& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
76 private:
77
78 Aws::String m_id;
79 bool m_idHasBeenSet = false;
80
82 bool m_loRaWANHasBeenSet = false;
83
84 Aws::String m_arn;
85 bool m_arnHasBeenSet = false;
86 };
87
88} // namespace Model
89} // namespace IoTWireless
90} // namespace Aws
const Aws::String & GetArn() const
UpdateWirelessGatewayTaskEntry & WithId(IdT &&value)
bool IdHasBeenSet() const
const Aws::String & GetId() const
AWS_IOTWIRELESS_API UpdateWirelessGatewayTaskEntry(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API UpdateWirelessGatewayTaskEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
const LoRaWANUpdateGatewayTaskEntry & GetLoRaWAN() const
UpdateWirelessGatewayTaskEntry & WithLoRaWAN(LoRaWANT &&value)
UpdateWirelessGatewayTaskEntry & WithArn(ArnT &&value)
void SetArn(ArnT &&value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLoRaWAN(LoRaWANT &&value)
void SetId(IdT &&value)
bool ArnHasBeenSet() const
AWS_IOTWIRELESS_API UpdateWirelessGatewayTaskEntry()=default
bool LoRaWANHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue