7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/entityresolution/EntityResolution_EXPORTS.h>
10#include <aws/entityresolution/model/ProviderSchemaAttribute.h>
21namespace EntityResolution {
42 template <
typename SchemasT = Aws::Vector<Aws::Vector<Aws::String>>>
44 m_schemasHasBeenSet =
true;
45 m_schemas = std::forward<SchemasT>(value);
47 template <
typename SchemasT = Aws::Vector<Aws::Vector<Aws::String>>>
52 template <
typename SchemasT = Aws::Vector<Aws::String>>
54 m_schemasHasBeenSet =
true;
55 m_schemas.emplace_back(std::forward<SchemasT>(value));
66 template <
typename Prov
iderSchemaAttributesT = Aws::Vector<Prov
iderSchemaAttribute>>
68 m_providerSchemaAttributesHasBeenSet =
true;
69 m_providerSchemaAttributes = std::forward<ProviderSchemaAttributesT>(value);
71 template <
typename Prov
iderSchemaAttributesT = Aws::Vector<Prov
iderSchemaAttribute>>
76 template <
typename Prov
iderSchemaAttributesT = Prov
iderSchemaAttribute>
78 m_providerSchemaAttributesHasBeenSet =
true;
79 m_providerSchemaAttributes.emplace_back(std::forward<ProviderSchemaAttributesT>(value));
87 bool m_schemasHasBeenSet =
false;
88 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