7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/entityresolution/EntityResolution_EXPORTS.h>
9#include <aws/entityresolution/model/SchemaAttributeType.h>
20namespace EntityResolution {
41 template <
typename FieldNameT = Aws::String>
43 m_fieldNameHasBeenSet =
true;
44 m_fieldName = std::forward<FieldNameT>(value);
46 template <
typename FieldNameT = Aws::String>
74 m_typeHasBeenSet =
true;
89 template <
typename SubTypeT = Aws::String>
91 m_subTypeHasBeenSet =
true;
92 m_subType = std::forward<SubTypeT>(value);
94 template <
typename SubTypeT = Aws::String>
108 m_hashingHasBeenSet =
true;
123 bool m_hashing{
false};
124 bool m_fieldNameHasBeenSet =
false;
125 bool m_typeHasBeenSet =
false;
126 bool m_subTypeHasBeenSet =
false;
127 bool m_hashingHasBeenSet =
false;
bool SubTypeHasBeenSet() const
AWS_ENTITYRESOLUTION_API ProviderSchemaAttribute(Aws::Utils::Json::JsonView jsonValue)
void SetFieldName(FieldNameT &&value)
AWS_ENTITYRESOLUTION_API ProviderSchemaAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
ProviderSchemaAttribute & WithType(SchemaAttributeType value)
ProviderSchemaAttribute & WithFieldName(FieldNameT &&value)
bool TypeHasBeenSet() const
ProviderSchemaAttribute & WithSubType(SubTypeT &&value)
SchemaAttributeType GetType() const
void SetSubType(SubTypeT &&value)
const Aws::String & GetSubType() const
AWS_ENTITYRESOLUTION_API ProviderSchemaAttribute()=default
void SetHashing(bool value)
bool HashingHasBeenSet() const
ProviderSchemaAttribute & WithHashing(bool value)
const Aws::String & GetFieldName() const
void SetType(SchemaAttributeType value)
bool FieldNameHasBeenSet() const
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue