7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotwireless/model/LoRaWANSendDataToDevice.h>
50 inline void SetMessageId(
const char* value) { m_messageIdHasBeenSet =
true; m_messageId.assign(value); }
64 inline void SetTransmitMode(
int value) { m_transmitModeHasBeenSet =
true; m_transmitMode = value; }
76 inline void SetReceivedAt(
const char* value) { m_receivedAtHasBeenSet =
true; m_receivedAt.assign(value); }
94 bool m_messageIdHasBeenSet =
false;
97 bool m_transmitModeHasBeenSet =
false;
100 bool m_receivedAtHasBeenSet =
false;
103 bool m_loRaWANHasBeenSet =
false;
DownlinkQueueMessage & WithTransmitMode(int value)
DownlinkQueueMessage & WithReceivedAt(const Aws::String &value)
void SetMessageId(Aws::String &&value)
void SetReceivedAt(Aws::String &&value)
bool LoRaWANHasBeenSet() const
AWS_IOTWIRELESS_API DownlinkQueueMessage & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessageId() const
bool MessageIdHasBeenSet() const
DownlinkQueueMessage & WithReceivedAt(Aws::String &&value)
const LoRaWANSendDataToDevice & GetLoRaWAN() const
void SetReceivedAt(const Aws::String &value)
int GetTransmitMode() const
void SetTransmitMode(int value)
void SetLoRaWAN(const LoRaWANSendDataToDevice &value)
DownlinkQueueMessage & WithLoRaWAN(const LoRaWANSendDataToDevice &value)
bool TransmitModeHasBeenSet() const
DownlinkQueueMessage & WithLoRaWAN(LoRaWANSendDataToDevice &&value)
bool ReceivedAtHasBeenSet() const
void SetLoRaWAN(LoRaWANSendDataToDevice &&value)
void SetMessageId(const char *value)
DownlinkQueueMessage & WithMessageId(const Aws::String &value)
DownlinkQueueMessage & WithReceivedAt(const char *value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTWIRELESS_API DownlinkQueueMessage(Aws::Utils::Json::JsonView jsonValue)
DownlinkQueueMessage & WithMessageId(const char *value)
DownlinkQueueMessage & WithMessageId(Aws::String &&value)
const Aws::String & GetReceivedAt() const
void SetReceivedAt(const char *value)
void SetMessageId(const Aws::String &value)
AWS_IOTWIRELESS_API DownlinkQueueMessage()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue