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>
50 template<
typename AgentIdsT = Aws::Vector<Aws::String>>
51 void SetAgentIds(AgentIdsT&& value) { m_agentIdsHasBeenSet =
true; m_agentIds = std::forward<AgentIdsT>(value); }
52 template<
typename AgentIdsT = Aws::Vector<Aws::String>>
54 template<
typename AgentIdsT = Aws::String>
55 AgentsCriteria&
AddAgentIds(AgentIdsT&& value) { m_agentIdsHasBeenSet =
true; m_agentIds.emplace_back(std::forward<AgentIdsT>(value));
return *
this; }
60 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