7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/Document.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace EntityResolution
63 inline void SetProviderServiceArn(
const char* value) { m_providerServiceArnHasBeenSet =
true; m_providerServiceArn.assign(value); }
71 bool m_providerConfigurationHasBeenSet =
false;
74 bool m_providerServiceArnHasBeenSet =
false;
void SetProviderConfiguration(Aws::Utils::Document &&value)
void SetProviderServiceArn(const Aws::String &value)
NamespaceProviderProperties & WithProviderServiceArn(const Aws::String &value)
AWS_ENTITYRESOLUTION_API NamespaceProviderProperties()
NamespaceProviderProperties & WithProviderConfiguration(const Aws::Utils::Document &value)
const Aws::String & GetProviderServiceArn() const
void SetProviderConfiguration(const Aws::Utils::Document &value)
Aws::Utils::DocumentView GetProviderConfiguration() const
void SetProviderServiceArn(Aws::String &&value)
NamespaceProviderProperties & WithProviderConfiguration(Aws::Utils::Document &&value)
AWS_ENTITYRESOLUTION_API NamespaceProviderProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProviderConfigurationHasBeenSet() const
NamespaceProviderProperties & WithProviderServiceArn(const char *value)
AWS_ENTITYRESOLUTION_API NamespaceProviderProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetProviderServiceArn(const char *value)
bool ProviderServiceArnHasBeenSet() const
NamespaceProviderProperties & WithProviderServiceArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue