7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename DeviceCreationFileListT = Aws::Vector<Aws::String>>
49 void SetDeviceCreationFileList(DeviceCreationFileListT&& value) { m_deviceCreationFileListHasBeenSet =
true; m_deviceCreationFileList = std::forward<DeviceCreationFileListT>(value); }
50 template<
typename DeviceCreationFileListT = Aws::Vector<Aws::String>>
52 template<
typename DeviceCreationFileListT = Aws::String>
63 template<
typename RoleT = Aws::String>
64 void SetRole(RoleT&& value) { m_roleHasBeenSet =
true; m_role = std::forward<RoleT>(value); }
65 template<
typename RoleT = Aws::String>
71 bool m_deviceCreationFileListHasBeenSet =
false;
74 bool m_roleHasBeenSet =
false;
bool RoleHasBeenSet() const
AWS_IOTWIRELESS_API SidewalkGetStartImportInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API SidewalkGetStartImportInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRole(RoleT &&value)
bool DeviceCreationFileListHasBeenSet() const
const Aws::String & GetRole() const
AWS_IOTWIRELESS_API SidewalkGetStartImportInfo()=default
void SetDeviceCreationFileList(DeviceCreationFileListT &&value)
SidewalkGetStartImportInfo & WithRole(RoleT &&value)
SidewalkGetStartImportInfo & WithDeviceCreationFileList(DeviceCreationFileListT &&value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetDeviceCreationFileList() const
SidewalkGetStartImportInfo & AddDeviceCreationFileList(DeviceCreationFileListT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue