7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/AgentQualityMetrics.h>
9#include <aws/connect/model/CustomerQualityMetrics.h>
42 template <
typename AgentT = AgentQualityMetrics>
44 m_agentHasBeenSet =
true;
45 m_agent = std::forward<AgentT>(value);
47 template <
typename AgentT = AgentQualityMetrics>
49 SetAgent(std::forward<AgentT>(value));
60 template <
typename CustomerT = CustomerQualityMetrics>
62 m_customerHasBeenSet =
true;
63 m_customer = std::forward<CustomerT>(value);
65 template <
typename CustomerT = CustomerQualityMetrics>
75 bool m_agentHasBeenSet =
false;
76 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