7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/iot/model/PropagatingAttribute.h>
49 template<
typename PropagatingAttributesT = Aws::Vector<PropagatingAttribute>>
50 void SetPropagatingAttributes(PropagatingAttributesT&& value) { m_propagatingAttributesHasBeenSet =
true; m_propagatingAttributes = std::forward<PropagatingAttributesT>(value); }
51 template<
typename PropagatingAttributesT = Aws::Vector<PropagatingAttribute>>
53 template<
typename PropagatingAttributesT = PropagatingAttribute>
54 Mqtt5Configuration&
AddPropagatingAttributes(PropagatingAttributesT&& value) { m_propagatingAttributesHasBeenSet =
true; m_propagatingAttributes.emplace_back(std::forward<PropagatingAttributesT>(value));
return *
this; }
59 bool m_propagatingAttributesHasBeenSet =
false;
const Aws::Vector< PropagatingAttribute > & GetPropagatingAttributes() const
Mqtt5Configuration & WithPropagatingAttributes(PropagatingAttributesT &&value)
AWS_IOT_API Mqtt5Configuration(Aws::Utils::Json::JsonView jsonValue)
Mqtt5Configuration & AddPropagatingAttributes(PropagatingAttributesT &&value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
bool PropagatingAttributesHasBeenSet() const
void SetPropagatingAttributes(PropagatingAttributesT &&value)
AWS_IOT_API Mqtt5Configuration()=default
AWS_IOT_API Mqtt5Configuration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue