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>
66 inline void SetRole(
const char* value) { m_roleHasBeenSet =
true; m_role.assign(value); }
74 bool m_deviceCreationFileListHasBeenSet =
false;
77 bool m_roleHasBeenSet =
false;
AWS_IOTWIRELESS_API SidewalkGetStartImportInfo()
SidewalkGetStartImportInfo & WithRole(Aws::String &&value)
SidewalkGetStartImportInfo & AddDeviceCreationFileList(const char *value)
bool RoleHasBeenSet() const
AWS_IOTWIRELESS_API SidewalkGetStartImportInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTWIRELESS_API SidewalkGetStartImportInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
SidewalkGetStartImportInfo & WithDeviceCreationFileList(Aws::Vector< Aws::String > &&value)
bool DeviceCreationFileListHasBeenSet() const
void SetDeviceCreationFileList(Aws::Vector< Aws::String > &&value)
const Aws::String & GetRole() const
SidewalkGetStartImportInfo & WithRole(const char *value)
void SetDeviceCreationFileList(const Aws::Vector< Aws::String > &value)
SidewalkGetStartImportInfo & AddDeviceCreationFileList(const Aws::String &value)
SidewalkGetStartImportInfo & WithRole(const Aws::String &value)
SidewalkGetStartImportInfo & AddDeviceCreationFileList(Aws::String &&value)
void SetRole(const Aws::String &value)
void SetRole(const char *value)
AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const
SidewalkGetStartImportInfo & WithDeviceCreationFileList(const Aws::Vector< Aws::String > &value)
const Aws::Vector< Aws::String > & GetDeviceCreationFileList() const
void SetRole(Aws::String &&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