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