7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/entityresolution/EntityResolution_EXPORTS.h>
19namespace EntityResolution {
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
63 m_hashedHasBeenSet =
true;
75 bool m_nameHasBeenSet =
false;
76 bool m_hashedHasBeenSet =
false;
OutputAttribute & WithHashed(bool value)
AWS_ENTITYRESOLUTION_API OutputAttribute(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
bool HashedHasBeenSet() const
OutputAttribute & WithName(NameT &&value)
AWS_ENTITYRESOLUTION_API OutputAttribute()=default
bool NameHasBeenSet() const
AWS_ENTITYRESOLUTION_API OutputAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetHashed(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue