7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/connect/model/HierarchyGroupCondition.h>
10#include <aws/connect/model/TagCondition.h>
49 template<
typename TagConditionsT = Aws::Vector<TagCondition>>
50 void SetTagConditions(TagConditionsT&& value) { m_tagConditionsHasBeenSet =
true; m_tagConditions = std::forward<TagConditionsT>(value); }
51 template<
typename TagConditionsT = Aws::Vector<TagCondition>>
53 template<
typename TagConditionsT = TagCondition>
61 template<
typename HierarchyGroupConditionT = HierarchyGroupCondition>
62 void SetHierarchyGroupCondition(HierarchyGroupConditionT&& value) { m_hierarchyGroupConditionHasBeenSet =
true; m_hierarchyGroupCondition = std::forward<HierarchyGroupConditionT>(value); }
63 template<
typename HierarchyGroupConditionT = HierarchyGroupCondition>
69 bool m_tagConditionsHasBeenSet =
false;
72 bool m_hierarchyGroupConditionHasBeenSet =
false;
const Aws::Vector< TagCondition > & GetTagConditions() const
AttributeAndCondition & AddTagConditions(TagConditionsT &&value)
bool HierarchyGroupConditionHasBeenSet() const
bool TagConditionsHasBeenSet() const
AWS_CONNECT_API AttributeAndCondition()=default
AttributeAndCondition & WithHierarchyGroupCondition(HierarchyGroupConditionT &&value)
AWS_CONNECT_API AttributeAndCondition & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API AttributeAndCondition(Aws::Utils::Json::JsonView jsonValue)
void SetTagConditions(TagConditionsT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetHierarchyGroupCondition(HierarchyGroupConditionT &&value)
const HierarchyGroupCondition & GetHierarchyGroupCondition() const
AttributeAndCondition & WithTagConditions(TagConditionsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue