7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/IoTWirelessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iotwireless/model/LoRaWANUpdateDevice.h>
11#include <aws/iotwireless/model/PositioningConfigStatus.h>
43 template<
typename IdT = Aws::String>
44 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
45 template<
typename IdT = Aws::String>
55 template<
typename DestinationNameT = Aws::String>
56 void SetDestinationName(DestinationNameT&& value) { m_destinationNameHasBeenSet =
true; m_destinationName = std::forward<DestinationNameT>(value); }
57 template<
typename DestinationNameT = Aws::String>
68 template<
typename NameT = Aws::String>
69 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
70 template<
typename NameT = Aws::String>
80 template<
typename DescriptionT = Aws::String>
81 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
82 template<
typename DescriptionT = Aws::String>
92 template<
typename LoRaWANT = LoRaWANUpdateDevice>
93 void SetLoRaWAN(LoRaWANT&& value) { m_loRaWANHasBeenSet =
true; m_loRaWAN = std::forward<LoRaWANT>(value); }
94 template<
typename LoRaWANT = LoRaWANUpdateDevice>
111 bool m_idHasBeenSet =
false;
114 bool m_destinationNameHasBeenSet =
false;
117 bool m_nameHasBeenSet =
false;
120 bool m_descriptionHasBeenSet =
false;
123 bool m_loRaWANHasBeenSet =
false;
126 bool m_positioningHasBeenSet =
false;
UpdateWirelessDeviceRequest & WithId(IdT &&value)
UpdateWirelessDeviceRequest & WithLoRaWAN(LoRaWANT &&value)
const Aws::String & GetName() const
const Aws::String & GetDescription() const
UpdateWirelessDeviceRequest & WithDestinationName(DestinationNameT &&value)
const Aws::String & GetId() const
UpdateWirelessDeviceRequest & WithName(NameT &&value)
const LoRaWANUpdateDevice & GetLoRaWAN() const
bool PositioningHasBeenSet() const
bool LoRaWANHasBeenSet() const
PositioningConfigStatus GetPositioning() const
AWS_IOTWIRELESS_API UpdateWirelessDeviceRequest()=default
UpdateWirelessDeviceRequest & WithDescription(DescriptionT &&value)
void SetName(NameT &&value)
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
bool NameHasBeenSet() const
const Aws::String & GetDestinationName() const
void SetDescription(DescriptionT &&value)
bool IdHasBeenSet() const
void SetLoRaWAN(LoRaWANT &&value)
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
void SetDestinationName(DestinationNameT &&value)
bool DestinationNameHasBeenSet() const
void SetPositioning(PositioningConfigStatus value)
UpdateWirelessDeviceRequest & WithPositioning(PositioningConfigStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String