7#include <aws/core/utils/Document.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/entityresolution/EntityResolution_EXPORTS.h>
20namespace EntityResolution {
42 template <
typename Prov
iderServiceArnT = Aws::String>
44 m_providerServiceArnHasBeenSet =
true;
45 m_providerServiceArn = std::forward<ProviderServiceArnT>(value);
47 template <
typename Prov
iderServiceArnT = Aws::String>
61 template <
typename Prov
iderConfigurationT = Aws::Utils::Document>
63 m_providerConfigurationHasBeenSet =
true;
64 m_providerConfiguration = std::forward<ProviderConfigurationT>(value);
66 template <
typename Prov
iderConfigurationT = Aws::Utils::Document>
76 bool m_providerServiceArnHasBeenSet =
false;
77 bool m_providerConfigurationHasBeenSet =
false;
void SetProviderServiceArn(ProviderServiceArnT &&value)
NamespaceProviderProperties & WithProviderConfiguration(ProviderConfigurationT &&value)
const Aws::String & GetProviderServiceArn() const
NamespaceProviderProperties & WithProviderServiceArn(ProviderServiceArnT &&value)
Aws::Utils::DocumentView GetProviderConfiguration() const
void SetProviderConfiguration(ProviderConfigurationT &&value)
AWS_ENTITYRESOLUTION_API NamespaceProviderProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProviderConfigurationHasBeenSet() const
AWS_ENTITYRESOLUTION_API NamespaceProviderProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ProviderServiceArnHasBeenSet() const
AWS_ENTITYRESOLUTION_API NamespaceProviderProperties()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue