7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/entityresolution/model/ProviderSchemaAttribute.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace EntityResolution
48 template<
typename SchemasT = Aws::Vector<Aws::Vector<Aws::String>>>
49 void SetSchemas(SchemasT&& value) { m_schemasHasBeenSet =
true; m_schemas = std::forward<SchemasT>(value); }
50 template<
typename SchemasT = Aws::Vector<Aws::Vector<Aws::String>>>
52 template<
typename SchemasT = Aws::Vector<Aws::String>>
62 template<
typename Prov
iderSchemaAttributesT = Aws::Vector<Prov
iderSchemaAttribute>>
63 void SetProviderSchemaAttributes(ProviderSchemaAttributesT&& value) { m_providerSchemaAttributesHasBeenSet =
true; m_providerSchemaAttributes = std::forward<ProviderSchemaAttributesT>(value); }
64 template<
typename Prov
iderSchemaAttributesT = Aws::Vector<Prov
iderSchemaAttribute>>
66 template<
typename Prov
iderSchemaAttributesT = Prov
iderSchemaAttribute>
72 bool m_schemasHasBeenSet =
false;
75 bool m_providerSchemaAttributesHasBeenSet =
false;
ProviderComponentSchema & WithSchemas(SchemasT &&value)
void SetProviderSchemaAttributes(ProviderSchemaAttributesT &&value)
bool SchemasHasBeenSet() const
const Aws::Vector< Aws::Vector< Aws::String > > & GetSchemas() const
ProviderComponentSchema & AddProviderSchemaAttributes(ProviderSchemaAttributesT &&value)
bool ProviderSchemaAttributesHasBeenSet() const
ProviderComponentSchema & WithProviderSchemaAttributes(ProviderSchemaAttributesT &&value)
const Aws::Vector< ProviderSchemaAttribute > & GetProviderSchemaAttributes() const
void SetSchemas(SchemasT &&value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ENTITYRESOLUTION_API ProviderComponentSchema(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API ProviderComponentSchema()=default
ProviderComponentSchema & AddSchemas(SchemasT &&value)
AWS_ENTITYRESOLUTION_API ProviderComponentSchema & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue