7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename DeviceCreationFileT = Aws::String>
49 void SetDeviceCreationFile(DeviceCreationFileT&& value) { m_deviceCreationFileHasBeenSet =
true; m_deviceCreationFile = std::forward<DeviceCreationFileT>(value); }
50 template<
typename DeviceCreationFileT = Aws::String>
56 bool m_deviceCreationFileHasBeenSet =
false;
AWS_IOTWIRELESS_API SidewalkUpdateImportInfo()=default
void SetDeviceCreationFile(DeviceCreationFileT &&value)
AWS_IOTWIRELESS_API SidewalkUpdateImportInfo(Aws::Utils::Json::JsonView jsonValue)
bool DeviceCreationFileHasBeenSet() const
const Aws::String & GetDeviceCreationFile() const
AWS_IOTWIRELESS_API SidewalkUpdateImportInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
SidewalkUpdateImportInfo & WithDeviceCreationFile(DeviceCreationFileT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue