7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetDeviceName(
const char* value) { m_deviceNameHasBeenSet =
true; m_deviceName.assign(value); }
62 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
76 inline void SetIotThingName(
const char* value) { m_iotThingNameHasBeenSet =
true; m_iotThingName.assign(value); }
84 bool m_deviceNameHasBeenSet =
false;
87 bool m_descriptionHasBeenSet =
false;
90 bool m_iotThingNameHasBeenSet =
false;
const Aws::String & GetDeviceName() const
Device & WithDeviceName(Aws::String &&value)
void SetDescription(Aws::String &&value)
Device & WithIotThingName(const Aws::String &value)
bool DescriptionHasBeenSet() const
AWS_SAGEMAKER_API Device & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDeviceName(const char *value)
bool DeviceNameHasBeenSet() const
Device & WithIotThingName(Aws::String &&value)
Device & WithDeviceName(const Aws::String &value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDeviceName(const Aws::String &value)
void SetIotThingName(const char *value)
void SetIotThingName(Aws::String &&value)
void SetDescription(const char *value)
bool IotThingNameHasBeenSet() const
Device & WithIotThingName(const char *value)
void SetDeviceName(Aws::String &&value)
AWS_SAGEMAKER_API Device(Aws::Utils::Json::JsonView jsonValue)
Device & WithDescription(const Aws::String &value)
void SetIotThingName(const Aws::String &value)
const Aws::String & GetIotThingName() const
Device & WithDeviceName(const char *value)
Device & WithDescription(const char *value)
Device & WithDescription(Aws::String &&value)
void SetDescription(const Aws::String &value)
const Aws::String & GetDescription() const
AWS_SAGEMAKER_API Device()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue