7#include <aws/connectcampaignsv2/ConnectCampaignsV2_EXPORTS.h>
8#include <aws/connectcampaignsv2/model/CustomerProfilesIntegrationConfig.h>
9#include <aws/connectcampaignsv2/model/LambdaIntegrationConfig.h>
10#include <aws/connectcampaignsv2/model/QConnectIntegrationConfig.h>
21namespace ConnectCampaignsV2 {
40 template <
typename CustomerProfilesT = CustomerProfilesIntegrationConfig>
42 m_customerProfilesHasBeenSet =
true;
43 m_customerProfiles = std::forward<CustomerProfilesT>(value);
45 template <
typename CustomerProfilesT = CustomerProfilesIntegrationConfig>
56 template <
typename QConnectT = QConnectIntegrationConfig>
58 m_qConnectHasBeenSet =
true;
59 m_qConnect = std::forward<QConnectT>(value);
61 template <
typename QConnectT = QConnectIntegrationConfig>
72 template <
typename LambdaT = LambdaIntegrationConfig>
74 m_lambdaHasBeenSet =
true;
75 m_lambda = std::forward<LambdaT>(value);
77 template <
typename LambdaT = LambdaIntegrationConfig>
89 bool m_customerProfilesHasBeenSet =
false;
90 bool m_qConnectHasBeenSet =
false;
91 bool m_lambdaHasBeenSet =
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
IntegrationConfig & WithLambda(LambdaT &&value)
const CustomerProfilesIntegrationConfig & GetCustomerProfiles() const
void SetQConnect(QConnectT &&value)
IntegrationConfig & WithQConnect(QConnectT &&value)
const LambdaIntegrationConfig & GetLambda() const
void SetCustomerProfiles(CustomerProfilesT &&value)
void SetLambda(LambdaT &&value)
const QConnectIntegrationConfig & GetQConnect() const
AWS_CONNECTCAMPAIGNSV2_API IntegrationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTCAMPAIGNSV2_API IntegrationConfig()=default
bool LambdaHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue