7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/entityresolution/model/IntermediateSourceConfiguration.h>
9#include <aws/core/utils/Document.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace EntityResolution
77 inline void SetProviderServiceArn(
const char* value) { m_providerServiceArnHasBeenSet =
true; m_providerServiceArn.assign(value); }
85 bool m_intermediateSourceConfigurationHasBeenSet =
false;
88 bool m_providerConfigurationHasBeenSet =
false;
91 bool m_providerServiceArnHasBeenSet =
false;
AWS_ENTITYRESOLUTION_API ProviderProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetProviderServiceArn(Aws::String &&value)
AWS_ENTITYRESOLUTION_API ProviderProperties()
ProviderProperties & WithProviderServiceArn(const char *value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetProviderServiceArn(const Aws::String &value)
ProviderProperties & WithIntermediateSourceConfiguration(IntermediateSourceConfiguration &&value)
bool IntermediateSourceConfigurationHasBeenSet() const
void SetProviderConfiguration(Aws::Utils::Document &&value)
const IntermediateSourceConfiguration & GetIntermediateSourceConfiguration() const
void SetIntermediateSourceConfiguration(const IntermediateSourceConfiguration &value)
const Aws::String & GetProviderServiceArn() const
void SetProviderServiceArn(const char *value)
bool ProviderConfigurationHasBeenSet() const
void SetIntermediateSourceConfiguration(IntermediateSourceConfiguration &&value)
ProviderProperties & WithProviderServiceArn(Aws::String &&value)
ProviderProperties & WithIntermediateSourceConfiguration(const IntermediateSourceConfiguration &value)
bool ProviderServiceArnHasBeenSet() const
ProviderProperties & WithProviderServiceArn(const Aws::String &value)
AWS_ENTITYRESOLUTION_API ProviderProperties(Aws::Utils::Json::JsonView jsonValue)
void SetProviderConfiguration(const Aws::Utils::Document &value)
ProviderProperties & WithProviderConfiguration(Aws::Utils::Document &&value)
ProviderProperties & WithProviderConfiguration(const Aws::Utils::Document &value)
Aws::Utils::DocumentView GetProviderConfiguration() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue