7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace EntityResolution
49 inline void SetHashed(
bool value) { m_hashedHasBeenSet =
true; m_hashed = value; }
62 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
70 bool m_hashedHasBeenSet =
false;
73 bool m_nameHasBeenSet =
false;
OutputAttribute & WithHashed(bool value)
void SetName(Aws::String &&value)
AWS_ENTITYRESOLUTION_API OutputAttribute(Aws::Utils::Json::JsonView jsonValue)
OutputAttribute & WithName(const char *value)
const Aws::String & GetName() const
bool HashedHasBeenSet() const
void SetName(const Aws::String &value)
OutputAttribute & WithName(Aws::String &&value)
bool NameHasBeenSet() const
AWS_ENTITYRESOLUTION_API OutputAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(const char *value)
OutputAttribute & WithName(const Aws::String &value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetHashed(bool value)
AWS_ENTITYRESOLUTION_API OutputAttribute()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue