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); }
92 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
106 inline void SetNext(
const char* value) { m_nextHasBeenSet =
true; m_next.assign(value); }
114 bool m_nameHasBeenSet =
false;
117 bool m_attributeHasBeenSet =
false;
120 bool m_thingNameHasBeenSet =
false;
123 bool m_roleArnHasBeenSet =
false;
126 bool m_nextHasBeenSet =
false;
DeviceShadowEnrichActivity & WithRoleArn(const Aws::String &value)
const Aws::String & GetAttribute() const
bool ThingNameHasBeenSet() const
void SetNext(const char *value)
void SetThingName(const char *value)
DeviceShadowEnrichActivity & WithThingName(const char *value)
DeviceShadowEnrichActivity & WithName(const Aws::String &value)
DeviceShadowEnrichActivity & WithRoleArn(const char *value)
DeviceShadowEnrichActivity & WithAttribute(const Aws::String &value)
DeviceShadowEnrichActivity & WithThingName(const Aws::String &value)
void SetAttribute(Aws::String &&value)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetThingName() const
DeviceShadowEnrichActivity & WithAttribute(const char *value)
const Aws::String & GetName() const
AWS_IOTANALYTICS_API DeviceShadowEnrichActivity(Aws::Utils::Json::JsonView jsonValue)
DeviceShadowEnrichActivity & WithNext(const char *value)
AWS_IOTANALYTICS_API DeviceShadowEnrichActivity & operator=(Aws::Utils::Json::JsonView jsonValue)
DeviceShadowEnrichActivity & WithName(const char *value)
DeviceShadowEnrichActivity & WithRoleArn(Aws::String &&value)
const Aws::String & GetRoleArn() const
void SetName(const Aws::String &value)
bool RoleArnHasBeenSet() const
void SetThingName(const Aws::String &value)
void SetRoleArn(Aws::String &&value)
const Aws::String & GetNext() const
DeviceShadowEnrichActivity & WithName(Aws::String &&value)
bool NameHasBeenSet() const
DeviceShadowEnrichActivity & WithAttribute(Aws::String &&value)
DeviceShadowEnrichActivity & WithThingName(Aws::String &&value)
DeviceShadowEnrichActivity & WithNext(Aws::String &&value)
DeviceShadowEnrichActivity & WithNext(const Aws::String &value)
void SetNext(const Aws::String &value)
void SetAttribute(const char *value)
void SetThingName(Aws::String &&value)
void SetRoleArn(const Aws::String &value)
bool NextHasBeenSet() const
bool AttributeHasBeenSet() const
void SetName(Aws::String &&value)
void SetRoleArn(const char *value)
void SetAttribute(const Aws::String &value)
void SetNext(Aws::String &&value)
void SetName(const char *value)
AWS_IOTANALYTICS_API DeviceShadowEnrichActivity()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue