7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ParticipantCapabilities.h>
41 template <
typename CustomerT = ParticipantCapabilities>
43 m_customerHasBeenSet =
true;
44 m_customer = std::forward<CustomerT>(value);
46 template <
typename CustomerT = ParticipantCapabilities>
59 template <
typename AgentT = ParticipantCapabilities>
61 m_agentHasBeenSet =
true;
62 m_agent = std::forward<AgentT>(value);
64 template <
typename AgentT = ParticipantCapabilities>
66 SetAgent(std::forward<AgentT>(value));
74 bool m_customerHasBeenSet =
false;
75 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