7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename DeviceProfileIdT = Aws::String>
47 void SetDeviceProfileId(DeviceProfileIdT&& value) { m_deviceProfileIdHasBeenSet =
true; m_deviceProfileId = std::forward<DeviceProfileIdT>(value); }
48 template<
typename DeviceProfileIdT = Aws::String>
54 bool m_deviceProfileIdHasBeenSet =
false;
bool DeviceProfileIdHasBeenSet() const
AWS_IOTWIRELESS_API SidewalkCreateWirelessDevice & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
SidewalkCreateWirelessDevice & WithDeviceProfileId(DeviceProfileIdT &&value)
AWS_IOTWIRELESS_API SidewalkCreateWirelessDevice()=default
void SetDeviceProfileId(DeviceProfileIdT &&value)
AWS_IOTWIRELESS_API SidewalkCreateWirelessDevice(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDeviceProfileId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue