7#include <aws/connectcampaignsv2/ConnectCampaignsV2_EXPORTS.h>
8#include <aws/connectcampaignsv2/model/CustomerProfilesIntegrationConfig.h>
9#include <aws/connectcampaignsv2/model/QConnectIntegrationConfig.h>
22namespace ConnectCampaignsV2
45 template<
typename CustomerProfilesT = CustomerProfilesIntegrationConfig>
46 void SetCustomerProfiles(CustomerProfilesT&& value) { m_customerProfilesHasBeenSet =
true; m_customerProfiles = std::forward<CustomerProfilesT>(value); }
47 template<
typename CustomerProfilesT = CustomerProfilesIntegrationConfig>
55 template<
typename QConnectT = QConnectIntegrationConfig>
56 void SetQConnect(QConnectT&& value) { m_qConnectHasBeenSet =
true; m_qConnect = std::forward<QConnectT>(value); }
57 template<
typename QConnectT = QConnectIntegrationConfig>
63 bool m_customerProfilesHasBeenSet =
false;
66 bool m_qConnectHasBeenSet =
false;
IntegrationConfig & WithCustomerProfiles(CustomerProfilesT &&value)
bool QConnectHasBeenSet() const
AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECTCAMPAIGNSV2_API IntegrationConfig(Aws::Utils::Json::JsonView jsonValue)
bool CustomerProfilesHasBeenSet() const
const CustomerProfilesIntegrationConfig & GetCustomerProfiles() const
void SetQConnect(QConnectT &&value)
IntegrationConfig & WithQConnect(QConnectT &&value)
void SetCustomerProfiles(CustomerProfilesT &&value)
const QConnectIntegrationConfig & GetQConnect() const
AWS_CONNECTCAMPAIGNSV2_API IntegrationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTCAMPAIGNSV2_API IntegrationConfig()=default
Aws::Utils::Json::JsonValue JsonValue