7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoT_EXPORTS.h>
41 template <
typename UserPropertyKeyT = Aws::String>
43 m_userPropertyKeyHasBeenSet =
true;
44 m_userPropertyKey = std::forward<UserPropertyKeyT>(value);
46 template <
typename UserPropertyKeyT = Aws::String>
60 template <
typename ThingAttributeT = Aws::String>
62 m_thingAttributeHasBeenSet =
true;
63 m_thingAttribute = std::forward<ThingAttributeT>(value);
65 template <
typename ThingAttributeT = Aws::String>
79 template <
typename ConnectionAttributeT = Aws::String>
81 m_connectionAttributeHasBeenSet =
true;
82 m_connectionAttribute = std::forward<ConnectionAttributeT>(value);
84 template <
typename ConnectionAttributeT = Aws::String>
96 bool m_userPropertyKeyHasBeenSet =
false;
97 bool m_thingAttributeHasBeenSet =
false;
98 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