7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/Document.h>
22namespace EntityResolution
48 template<
typename Prov
iderServiceArnT = Aws::String>
49 void SetProviderServiceArn(ProviderServiceArnT&& value) { m_providerServiceArnHasBeenSet =
true; m_providerServiceArn = std::forward<ProviderServiceArnT>(value); }
50 template<
typename Prov
iderServiceArnT = Aws::String>
61 template<
typename Prov
iderConfigurationT = Aws::Utils::Document>
62 void SetProviderConfiguration(ProviderConfigurationT&& value) { m_providerConfigurationHasBeenSet =
true; m_providerConfiguration = std::forward<ProviderConfigurationT>(value); }
63 template<
typename Prov
iderConfigurationT = Aws::Utils::Document>
69 bool m_providerServiceArnHasBeenSet =
false;
72 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