7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename L1IdsT = Aws::Vector<Aws::String>>
52 void SetL1Ids(L1IdsT&& value) { m_l1IdsHasBeenSet =
true; m_l1Ids = std::forward<L1IdsT>(value); }
53 template<
typename L1IdsT = Aws::Vector<Aws::String>>
55 template<
typename L1IdsT = Aws::String>
65 template<
typename L2IdsT = Aws::Vector<Aws::String>>
66 void SetL2Ids(L2IdsT&& value) { m_l2IdsHasBeenSet =
true; m_l2Ids = std::forward<L2IdsT>(value); }
67 template<
typename L2IdsT = Aws::Vector<Aws::String>>
69 template<
typename L2IdsT = Aws::String>
79 template<
typename L3IdsT = Aws::Vector<Aws::String>>
80 void SetL3Ids(L3IdsT&& value) { m_l3IdsHasBeenSet =
true; m_l3Ids = std::forward<L3IdsT>(value); }
81 template<
typename L3IdsT = Aws::Vector<Aws::String>>
83 template<
typename L3IdsT = Aws::String>
93 template<
typename L4IdsT = Aws::Vector<Aws::String>>
94 void SetL4Ids(L4IdsT&& value) { m_l4IdsHasBeenSet =
true; m_l4Ids = std::forward<L4IdsT>(value); }
95 template<
typename L4IdsT = Aws::Vector<Aws::String>>
97 template<
typename L4IdsT = Aws::String>
107 template<
typename L5IdsT = Aws::Vector<Aws::String>>
108 void SetL5Ids(L5IdsT&& value) { m_l5IdsHasBeenSet =
true; m_l5Ids = std::forward<L5IdsT>(value); }
109 template<
typename L5IdsT = Aws::Vector<Aws::String>>
111 template<
typename L5IdsT = Aws::String>
117 bool m_l1IdsHasBeenSet =
false;
120 bool m_l2IdsHasBeenSet =
false;
123 bool m_l3IdsHasBeenSet =
false;
126 bool m_l4IdsHasBeenSet =
false;
129 bool m_l5IdsHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetL5Ids() const
AgentHierarchyGroups & AddL1Ids(L1IdsT &&value)
bool L3IdsHasBeenSet() const
AgentHierarchyGroups & AddL2Ids(L2IdsT &&value)
AWS_CONNECT_API AgentHierarchyGroups(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetL4Ids() const
const Aws::Vector< Aws::String > & GetL1Ids() const
const Aws::Vector< Aws::String > & GetL2Ids() const
bool L4IdsHasBeenSet() const
void SetL2Ids(L2IdsT &&value)
bool L5IdsHasBeenSet() const
AgentHierarchyGroups & WithL2Ids(L2IdsT &&value)
AgentHierarchyGroups & WithL5Ids(L5IdsT &&value)
bool L2IdsHasBeenSet() const
AgentHierarchyGroups & AddL4Ids(L4IdsT &&value)
void SetL1Ids(L1IdsT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AgentHierarchyGroups & WithL4Ids(L4IdsT &&value)
void SetL5Ids(L5IdsT &&value)
AWS_CONNECT_API AgentHierarchyGroups()=default
AWS_CONNECT_API AgentHierarchyGroups & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetL4Ids(L4IdsT &&value)
AgentHierarchyGroups & AddL5Ids(L5IdsT &&value)
AgentHierarchyGroups & AddL3Ids(L3IdsT &&value)
const Aws::Vector< Aws::String > & GetL3Ids() const
bool L1IdsHasBeenSet() const
AgentHierarchyGroups & WithL1Ids(L1IdsT &&value)
void SetL3Ids(L3IdsT &&value)
AgentHierarchyGroups & WithL3Ids(L3IdsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue