7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
34 AWS_SAGEMAKER_API
Device() =
default;
46 template<
typename DeviceNameT = Aws::String>
47 void SetDeviceName(DeviceNameT&& value) { m_deviceNameHasBeenSet =
true; m_deviceName = std::forward<DeviceNameT>(value); }
48 template<
typename DeviceNameT = Aws::String>
58 template<
typename DescriptionT = Aws::String>
59 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
60 template<
typename DescriptionT = Aws::String>
70 template<
typename IotThingNameT = Aws::String>
71 void SetIotThingName(IotThingNameT&& value) { m_iotThingNameHasBeenSet =
true; m_iotThingName = std::forward<IotThingNameT>(value); }
72 template<
typename IotThingNameT = Aws::String>
78 bool m_deviceNameHasBeenSet =
false;
81 bool m_descriptionHasBeenSet =
false;
84 bool m_iotThingNameHasBeenSet =
false;
AWS_SAGEMAKER_API Device()=default
const Aws::String & GetDeviceName() const
void SetIotThingName(IotThingNameT &&value)
void SetDeviceName(DeviceNameT &&value)
Device & WithDeviceName(DeviceNameT &&value)
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
AWS_SAGEMAKER_API Device & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DeviceNameHasBeenSet() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
Device & WithIotThingName(IotThingNameT &&value)
bool IotThingNameHasBeenSet() const
AWS_SAGEMAKER_API Device(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIotThingName() const
const Aws::String & GetDescription() const
Device & WithDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue