7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/AgentQualityMetrics.h>
9#include <aws/connect/model/CustomerQualityMetrics.h>
48 template<
typename AgentT = AgentQualityMetrics>
49 void SetAgent(AgentT&& value) { m_agentHasBeenSet =
true; m_agent = std::forward<AgentT>(value); }
50 template<
typename AgentT = AgentQualityMetrics>
60 template<
typename CustomerT = CustomerQualityMetrics>
61 void SetCustomer(CustomerT&& value) { m_customerHasBeenSet =
true; m_customer = std::forward<CustomerT>(value); }
62 template<
typename CustomerT = CustomerQualityMetrics>
68 bool m_agentHasBeenSet =
false;
71 bool m_customerHasBeenSet =
false;
QualityMetrics & WithAgent(AgentT &&value)
const CustomerQualityMetrics & GetCustomer() const
bool CustomerHasBeenSet() const
bool AgentHasBeenSet() const
const AgentQualityMetrics & GetAgent() const
void SetCustomer(CustomerT &&value)
void SetAgent(AgentT &&value)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API QualityMetrics()=default
QualityMetrics & WithCustomer(CustomerT &&value)
AWS_CONNECT_API QualityMetrics(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API QualityMetrics & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue