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
72 bool m_providerSchemaAttributesHasBeenSet =
false;
75 bool m_schemasHasBeenSet =
false;
ProviderComponentSchema & WithProviderSchemaAttributes(const Aws::Vector< ProviderSchemaAttribute > &value)
bool SchemasHasBeenSet() const
const Aws::Vector< Aws::Vector< Aws::String > > & GetSchemas() const
void SetProviderSchemaAttributes(const Aws::Vector< ProviderSchemaAttribute > &value)
ProviderComponentSchema & WithProviderSchemaAttributes(Aws::Vector< ProviderSchemaAttribute > &&value)
ProviderComponentSchema & AddSchemas(const Aws::Vector< Aws::String > &value)
AWS_ENTITYRESOLUTION_API ProviderComponentSchema()
void SetProviderSchemaAttributes(Aws::Vector< ProviderSchemaAttribute > &&value)
bool ProviderSchemaAttributesHasBeenSet() const
ProviderComponentSchema & AddProviderSchemaAttributes(ProviderSchemaAttribute &&value)
const Aws::Vector< ProviderSchemaAttribute > & GetProviderSchemaAttributes() const
ProviderComponentSchema & WithSchemas(Aws::Vector< Aws::Vector< Aws::String > > &&value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSchemas(const Aws::Vector< Aws::Vector< Aws::String > > &value)
AWS_ENTITYRESOLUTION_API ProviderComponentSchema(Aws::Utils::Json::JsonView jsonValue)
ProviderComponentSchema & WithSchemas(const Aws::Vector< Aws::Vector< Aws::String > > &value)
void SetSchemas(Aws::Vector< Aws::Vector< Aws::String > > &&value)
ProviderComponentSchema & AddProviderSchemaAttributes(const ProviderSchemaAttribute &value)
AWS_ENTITYRESOLUTION_API ProviderComponentSchema & operator=(Aws::Utils::Json::JsonView jsonValue)
ProviderComponentSchema & AddSchemas(Aws::Vector< Aws::String > &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue