7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
29 AWS_SAGEMAKER_API
Device() =
default;
40 template <
typename DeviceNameT = Aws::String>
42 m_deviceNameHasBeenSet =
true;
43 m_deviceName = std::forward<DeviceNameT>(value);
45 template <
typename DeviceNameT = Aws::String>
58 template <
typename DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
76 template <
typename IotThingNameT = Aws::String>
78 m_iotThingNameHasBeenSet =
true;
79 m_iotThingName = std::forward<IotThingNameT>(value);
81 template <
typename IotThingNameT = Aws::String>
93 bool m_deviceNameHasBeenSet =
false;
94 bool m_descriptionHasBeenSet =
false;
95 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