7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotwireless/IoTWireless_EXPORTS.h>
9#include <aws/iotwireless/model/LoRaWANSendDataToDevice.h>
20namespace IoTWireless {
42 template <
typename MessageIdT = Aws::String>
44 m_messageIdHasBeenSet =
true;
45 m_messageId = std::forward<MessageIdT>(value);
47 template <
typename MessageIdT = Aws::String>
63 m_transmitModeHasBeenSet =
true;
64 m_transmitMode = value;
78 template <
typename ReceivedAtT = Aws::String>
80 m_receivedAtHasBeenSet =
true;
81 m_receivedAt = std::forward<ReceivedAtT>(value);
83 template <
typename ReceivedAtT = Aws::String>
94 template <
typename LoRaWANT = LoRaWANSendDataToDevice>
96 m_loRaWANHasBeenSet =
true;
97 m_loRaWAN = std::forward<LoRaWANT>(value);
99 template <
typename LoRaWANT = LoRaWANSendDataToDevice>
108 int m_transmitMode{0};
112 LoRaWANSendDataToDevice m_loRaWAN;
113 bool m_messageIdHasBeenSet =
false;
114 bool m_transmitModeHasBeenSet =
false;
115 bool m_receivedAtHasBeenSet =
false;
116 bool m_loRaWANHasBeenSet =
false;
DownlinkQueueMessage & WithTransmitMode(int value)
bool LoRaWANHasBeenSet() const
AWS_IOTWIRELESS_API DownlinkQueueMessage & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessageId() const
bool MessageIdHasBeenSet() const
DownlinkQueueMessage & WithReceivedAt(ReceivedAtT &&value)
DownlinkQueueMessage & WithMessageId(MessageIdT &&value)
const LoRaWANSendDataToDevice & GetLoRaWAN() const
void SetReceivedAt(ReceivedAtT &&value)
void SetLoRaWAN(LoRaWANT &&value)
int GetTransmitMode() const
void SetTransmitMode(int value)
DownlinkQueueMessage & WithLoRaWAN(LoRaWANT &&value)
bool TransmitModeHasBeenSet() const
bool ReceivedAtHasBeenSet() const
void SetMessageId(MessageIdT &&value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTWIRELESS_API DownlinkQueueMessage(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetReceivedAt() const
AWS_IOTWIRELESS_API DownlinkQueueMessage()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue