7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/iot/IoT_EXPORTS.h>
9#include <aws/iot/model/PropagatingAttribute.h>
43 template <
typename PropagatingAttributesT = Aws::Vector<PropagatingAttribute>>
45 m_propagatingAttributesHasBeenSet =
true;
46 m_propagatingAttributes = std::forward<PropagatingAttributesT>(value);
48 template <
typename PropagatingAttributesT = Aws::Vector<PropagatingAttribute>>
53 template <
typename PropagatingAttributesT = PropagatingAttribute>
55 m_propagatingAttributesHasBeenSet =
true;
56 m_propagatingAttributes.emplace_back(std::forward<PropagatingAttributesT>(value));
62 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