7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
63 inline void SetAttribute(
const char* value) { m_attributeHasBeenSet =
true; m_attribute.assign(value); }
78 inline void SetThingName(
const char* value) { m_thingNameHasBeenSet =
true; m_thingName.assign(value); }
93 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
107 inline void SetNext(
const char* value) { m_nextHasBeenSet =
true; m_next.assign(value); }
115 bool m_nameHasBeenSet =
false;
118 bool m_attributeHasBeenSet =
false;
121 bool m_thingNameHasBeenSet =
false;
124 bool m_roleArnHasBeenSet =
false;
127 bool m_nextHasBeenSet =
false;
void SetRoleArn(const char *value)
DeviceRegistryEnrichActivity & WithAttribute(const char *value)
DeviceRegistryEnrichActivity & WithAttribute(Aws::String &&value)
DeviceRegistryEnrichActivity & WithThingName(Aws::String &&value)
AWS_IOTANALYTICS_API DeviceRegistryEnrichActivity(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetThingName() const
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
DeviceRegistryEnrichActivity & WithName(const Aws::String &value)
AWS_IOTANALYTICS_API DeviceRegistryEnrichActivity()
void SetName(const char *value)
DeviceRegistryEnrichActivity & WithName(Aws::String &&value)
const Aws::String & GetName() const
const Aws::String & GetRoleArn() const
const Aws::String & GetNext() const
bool ThingNameHasBeenSet() const
void SetAttribute(const char *value)
void SetThingName(const Aws::String &value)
void SetName(Aws::String &&value)
DeviceRegistryEnrichActivity & WithRoleArn(Aws::String &&value)
void SetNext(const char *value)
bool NameHasBeenSet() const
DeviceRegistryEnrichActivity & WithThingName(const char *value)
DeviceRegistryEnrichActivity & WithName(const char *value)
const Aws::String & GetAttribute() const
bool AttributeHasBeenSet() const
void SetThingName(const char *value)
void SetRoleArn(const Aws::String &value)
void SetAttribute(const Aws::String &value)
DeviceRegistryEnrichActivity & WithAttribute(const Aws::String &value)
DeviceRegistryEnrichActivity & WithRoleArn(const char *value)
bool RoleArnHasBeenSet() const
void SetAttribute(Aws::String &&value)
void SetNext(Aws::String &&value)
void SetName(const Aws::String &value)
AWS_IOTANALYTICS_API DeviceRegistryEnrichActivity & operator=(Aws::Utils::Json::JsonView jsonValue)
DeviceRegistryEnrichActivity & WithNext(const char *value)
void SetNext(const Aws::String &value)
DeviceRegistryEnrichActivity & WithRoleArn(const Aws::String &value)
bool NextHasBeenSet() const
void SetThingName(Aws::String &&value)
DeviceRegistryEnrichActivity & WithThingName(const Aws::String &value)
void SetRoleArn(Aws::String &&value)
DeviceRegistryEnrichActivity & WithNext(const Aws::String &value)
DeviceRegistryEnrichActivity & WithNext(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue