7#include <aws/connectcampaignsv2/ConnectCampaignsV2_EXPORTS.h>
8#include <aws/connectcampaignsv2/model/EventType.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ConnectCampaignsV2 {
40 template <
typename DomainArnT = Aws::String>
42 m_domainArnHasBeenSet =
true;
43 m_domainArn = std::forward<DomainArnT>(value);
45 template <
typename DomainArnT = Aws::String>
56 template <
typename ObjectTypeNamesT = Aws::Map<EventType, Aws::String>>
58 m_objectTypeNamesHasBeenSet =
true;
59 m_objectTypeNames = std::forward<ObjectTypeNamesT>(value);
61 template <
typename ObjectTypeNamesT = Aws::Map<EventType, Aws::String>>
67 m_objectTypeNamesHasBeenSet =
true;
68 m_objectTypeNames.emplace(key, value);
76 bool m_domainArnHasBeenSet =
false;
77 bool m_objectTypeNamesHasBeenSet =
false;
bool DomainArnHasBeenSet() const
CustomerProfilesIntegrationConfig & AddObjectTypeNames(EventType key, Aws::String value)
AWS_CONNECTCAMPAIGNSV2_API CustomerProfilesIntegrationConfig()=default
AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const
CustomerProfilesIntegrationConfig & WithObjectTypeNames(ObjectTypeNamesT &&value)
bool ObjectTypeNamesHasBeenSet() const
void SetDomainArn(DomainArnT &&value)
CustomerProfilesIntegrationConfig & WithDomainArn(DomainArnT &&value)
AWS_CONNECTCAMPAIGNSV2_API CustomerProfilesIntegrationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDomainArn() const
const Aws::Map< EventType, Aws::String > & GetObjectTypeNames() const
void SetObjectTypeNames(ObjectTypeNamesT &&value)
AWS_CONNECTCAMPAIGNSV2_API CustomerProfilesIntegrationConfig(Aws::Utils::Json::JsonView jsonValue)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue