7#include <aws/iot1click-projects/IoT1ClickProjects_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
22namespace IoT1ClickProjects
48 template<
typename DeviceTypeT = Aws::String>
49 void SetDeviceType(DeviceTypeT&& value) { m_deviceTypeHasBeenSet =
true; m_deviceType = std::forward<DeviceTypeT>(value); }
50 template<
typename DeviceTypeT = Aws::String>
61 template<
typename CallbackOverr
idesT = Aws::Map<Aws::String, Aws::String>>
62 void SetCallbackOverrides(CallbackOverridesT&& value) { m_callbackOverridesHasBeenSet =
true; m_callbackOverrides = std::forward<CallbackOverridesT>(value); }
63 template<
typename CallbackOverr
idesT = Aws::Map<Aws::String, Aws::String>>
65 template<
typename CallbackOverr
idesKeyT = Aws::String,
typename CallbackOverr
idesValueT = Aws::String>
67 m_callbackOverridesHasBeenSet =
true; m_callbackOverrides.emplace(std::forward<CallbackOverridesKeyT>(key), std::forward<CallbackOverridesValueT>(value));
return *
this;
73 bool m_deviceTypeHasBeenSet =
false;
76 bool m_callbackOverridesHasBeenSet =
false;
AWS_IOT1CLICKPROJECTS_API DeviceTemplate(Aws::Utils::Json::JsonView jsonValue)
DeviceTemplate & AddCallbackOverrides(CallbackOverridesKeyT &&key, CallbackOverridesValueT &&value)
bool DeviceTypeHasBeenSet() const
DeviceTemplate & WithCallbackOverrides(CallbackOverridesT &&value)
const Aws::Map< Aws::String, Aws::String > & GetCallbackOverrides() const
bool CallbackOverridesHasBeenSet() const
AWS_IOT1CLICKPROJECTS_API DeviceTemplate()=default
void SetCallbackOverrides(CallbackOverridesT &&value)
const Aws::String & GetDeviceType() const
AWS_IOT1CLICKPROJECTS_API Aws::Utils::Json::JsonValue Jsonize() const
DeviceTemplate & WithDeviceType(DeviceTypeT &&value)
void SetDeviceType(DeviceTypeT &&value)
AWS_IOT1CLICKPROJECTS_API DeviceTemplate & operator=(Aws::Utils::Json::JsonView jsonValue)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue