7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/entityresolution/EntityResolution_EXPORTS.h>
19namespace EntityResolution {
45 template <
typename DomainArnT = Aws::String>
47 m_domainArnHasBeenSet =
true;
48 m_domainArn = std::forward<DomainArnT>(value);
50 template <
typename DomainArnT = Aws::String>
64 template <
typename ObjectTypeArnT = Aws::String>
66 m_objectTypeArnHasBeenSet =
true;
67 m_objectTypeArn = std::forward<ObjectTypeArnT>(value);
69 template <
typename ObjectTypeArnT = Aws::String>
79 bool m_domainArnHasBeenSet =
false;
80 bool m_objectTypeArnHasBeenSet =
false;
bool DomainArnHasBeenSet() const
AWS_ENTITYRESOLUTION_API CustomerProfilesIntegrationConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API CustomerProfilesIntegrationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetObjectTypeArn() const
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ENTITYRESOLUTION_API CustomerProfilesIntegrationConfig()=default
bool ObjectTypeArnHasBeenSet() const
CustomerProfilesIntegrationConfig & WithDomainArn(DomainArnT &&value)
CustomerProfilesIntegrationConfig & WithObjectTypeArn(ObjectTypeArnT &&value)
const Aws::String & GetDomainArn() const
void SetDomainArn(DomainArnT &&value)
void SetObjectTypeArn(ObjectTypeArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue