7#include <aws/connectcampaignsv2/ConnectCampaignsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/connectcampaignsv2/model/EventType.h>
23namespace ConnectCampaignsV2
46 template<
typename DomainArnT = Aws::String>
47 void SetDomainArn(DomainArnT&& value) { m_domainArnHasBeenSet =
true; m_domainArn = std::forward<DomainArnT>(value); }
48 template<
typename DomainArnT = Aws::String>
56 template<
typename ObjectTypeNamesT = Aws::Map<EventType, Aws::String>>
57 void SetObjectTypeNames(ObjectTypeNamesT&& value) { m_objectTypeNamesHasBeenSet =
true; m_objectTypeNames = std::forward<ObjectTypeNamesT>(value); }
58 template<
typename ObjectTypeNamesT = Aws::Map<EventType, Aws::String>>
61 m_objectTypeNamesHasBeenSet =
true; m_objectTypeNames.emplace(key, value);
return *
this;
67 bool m_domainArnHasBeenSet =
false;
70 bool m_objectTypeNamesHasBeenSet =
false;
void SetObjectTypeNames(ObjectTypeNamesT &&value)
CustomerProfilesIntegrationSummary & WithDomainArn(DomainArnT &&value)
bool ObjectTypeNamesHasBeenSet() const
AWS_CONNECTCAMPAIGNSV2_API CustomerProfilesIntegrationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomerProfilesIntegrationSummary & WithObjectTypeNames(ObjectTypeNamesT &&value)
CustomerProfilesIntegrationSummary & AddObjectTypeNames(EventType key, Aws::String value)
const Aws::Map< EventType, Aws::String > & GetObjectTypeNames() const
AWS_CONNECTCAMPAIGNSV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool DomainArnHasBeenSet() const
AWS_CONNECTCAMPAIGNSV2_API CustomerProfilesIntegrationSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTCAMPAIGNSV2_API CustomerProfilesIntegrationSummary()=default
const Aws::String & GetDomainArn() const
void SetDomainArn(DomainArnT &&value)
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