7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/TagCondition.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename TagConditionsT = Aws::Vector<TagCondition>>
45 m_tagConditionsHasBeenSet =
true;
46 m_tagConditions = std::forward<TagConditionsT>(value);
48 template <
typename TagConditionsT = Aws::Vector<TagCondition>>
53 template <
typename TagConditionsT = TagCondition>
55 m_tagConditionsHasBeenSet =
true;
56 m_tagConditions.emplace_back(std::forward<TagConditionsT>(value));
62 bool m_tagConditionsHasBeenSet =
false;
RuleAttributeAndCondition & AddTagConditions(TagConditionsT &&value)
RuleAttributeAndCondition & WithTagConditions(TagConditionsT &&value)
const Aws::Vector< TagCondition > & GetTagConditions() const
bool TagConditionsHasBeenSet() const
AWS_CONNECT_API RuleAttributeAndCondition(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API RuleAttributeAndCondition()=default
void SetTagConditions(TagConditionsT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API RuleAttributeAndCondition & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue