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