7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename AgentIdsT = Aws::Vector<Aws::String>>
45 m_agentIdsHasBeenSet =
true;
46 m_agentIds = std::forward<AgentIdsT>(value);
48 template <
typename AgentIdsT = Aws::Vector<Aws::String>>
53 template <
typename AgentIdsT = Aws::String>
55 m_agentIdsHasBeenSet =
true;
56 m_agentIds.emplace_back(std::forward<AgentIdsT>(value));
62 bool m_agentIdsHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetAgentIds() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API AgentsCriteria()=default
AgentsCriteria & WithAgentIds(AgentIdsT &&value)
AWS_CONNECT_API AgentsCriteria(Aws::Utils::Json::JsonView jsonValue)
bool AgentIdsHasBeenSet() const
AgentsCriteria & AddAgentIds(AgentIdsT &&value)
AWS_CONNECT_API AgentsCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAgentIds(AgentIdsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue