7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename AttributeT = Aws::String>
60 void SetAttribute(AttributeT&& value) { m_attributeHasBeenSet =
true; m_attribute = std::forward<AttributeT>(value); }
61 template<
typename AttributeT = Aws::String>
72 template<
typename ThingNameT = Aws::String>
73 void SetThingName(ThingNameT&& value) { m_thingNameHasBeenSet =
true; m_thingName = std::forward<ThingNameT>(value); }
74 template<
typename ThingNameT = Aws::String>
84 template<
typename RoleArnT = Aws::String>
85 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
86 template<
typename RoleArnT = Aws::String>
96 template<
typename NextT = Aws::String>
97 void SetNext(NextT&& value) { m_nextHasBeenSet =
true; m_next = std::forward<NextT>(value); }
98 template<
typename NextT = Aws::String>
104 bool m_nameHasBeenSet =
false;
107 bool m_attributeHasBeenSet =
false;
110 bool m_thingNameHasBeenSet =
false;
113 bool m_roleArnHasBeenSet =
false;
116 bool m_nextHasBeenSet =
false;
const Aws::String & GetAttribute() const
bool ThingNameHasBeenSet() const
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetThingName() const
const Aws::String & GetName() const
AWS_IOTANALYTICS_API DeviceShadowEnrichActivity(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
AWS_IOTANALYTICS_API DeviceShadowEnrichActivity & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetNext(NextT &&value)
DeviceShadowEnrichActivity & WithThingName(ThingNameT &&value)
void SetAttribute(AttributeT &&value)
const Aws::String & GetRoleArn() const
bool RoleArnHasBeenSet() const
const Aws::String & GetNext() const
bool NameHasBeenSet() const
DeviceShadowEnrichActivity & WithRoleArn(RoleArnT &&value)
void SetThingName(ThingNameT &&value)
DeviceShadowEnrichActivity & WithNext(NextT &&value)
bool NextHasBeenSet() const
bool AttributeHasBeenSet() const
DeviceShadowEnrichActivity & WithName(NameT &&value)
AWS_IOTANALYTICS_API DeviceShadowEnrichActivity()=default
DeviceShadowEnrichActivity & WithAttribute(AttributeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue