7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename UserPropertyKeyT = Aws::String>
48 void SetUserPropertyKey(UserPropertyKeyT&& value) { m_userPropertyKeyHasBeenSet =
true; m_userPropertyKey = std::forward<UserPropertyKeyT>(value); }
49 template<
typename UserPropertyKeyT = Aws::String>
60 template<
typename ThingAttributeT = Aws::String>
61 void SetThingAttribute(ThingAttributeT&& value) { m_thingAttributeHasBeenSet =
true; m_thingAttribute = std::forward<ThingAttributeT>(value); }
62 template<
typename ThingAttributeT = Aws::String>
73 template<
typename ConnectionAttributeT = Aws::String>
74 void SetConnectionAttribute(ConnectionAttributeT&& value) { m_connectionAttributeHasBeenSet =
true; m_connectionAttribute = std::forward<ConnectionAttributeT>(value); }
75 template<
typename ConnectionAttributeT = Aws::String>
81 bool m_userPropertyKeyHasBeenSet =
false;
84 bool m_thingAttributeHasBeenSet =
false;
87 bool m_connectionAttributeHasBeenSet =
false;
AWS_IOT_API PropagatingAttribute(Aws::Utils::Json::JsonView jsonValue)
void SetConnectionAttribute(ConnectionAttributeT &&value)
bool ThingAttributeHasBeenSet() const
bool ConnectionAttributeHasBeenSet() const
PropagatingAttribute & WithThingAttribute(ThingAttributeT &&value)
bool UserPropertyKeyHasBeenSet() const
const Aws::String & GetConnectionAttribute() const
const Aws::String & GetUserPropertyKey() const
void SetThingAttribute(ThingAttributeT &&value)
const Aws::String & GetThingAttribute() const
PropagatingAttribute & WithUserPropertyKey(UserPropertyKeyT &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOT_API PropagatingAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
PropagatingAttribute & WithConnectionAttribute(ConnectionAttributeT &&value)
void SetUserPropertyKey(UserPropertyKeyT &&value)
AWS_IOT_API PropagatingAttribute()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue