7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
22namespace EntityResolution
35 AWS_ENTITYRESOLUTION_API
Record() =
default;
47 template<
typename InputSourceARNT = Aws::String>
48 void SetInputSourceARN(InputSourceARNT&& value) { m_inputSourceARNHasBeenSet =
true; m_inputSourceARN = std::forward<InputSourceARNT>(value); }
49 template<
typename InputSourceARNT = Aws::String>
59 template<
typename UniqueIdT = Aws::String>
60 void SetUniqueId(UniqueIdT&& value) { m_uniqueIdHasBeenSet =
true; m_uniqueId = std::forward<UniqueIdT>(value); }
61 template<
typename UniqueIdT = Aws::String>
71 template<
typename RecordAttributeMapT = Aws::Map<Aws::String, Aws::String>>
72 void SetRecordAttributeMap(RecordAttributeMapT&& value) { m_recordAttributeMapHasBeenSet =
true; m_recordAttributeMap = std::forward<RecordAttributeMapT>(value); }
73 template<
typename RecordAttributeMapT = Aws::Map<Aws::String, Aws::String>>
75 template<
typename RecordAttributeMapKeyT = Aws::String,
typename RecordAttributeMapValueT = Aws::String>
77 m_recordAttributeMapHasBeenSet =
true; m_recordAttributeMap.emplace(std::forward<RecordAttributeMapKeyT>(key), std::forward<RecordAttributeMapValueT>(value));
return *
this;
83 bool m_inputSourceARNHasBeenSet =
false;
86 bool m_uniqueIdHasBeenSet =
false;
89 bool m_recordAttributeMapHasBeenSet =
false;
Record & WithUniqueId(UniqueIdT &&value)
AWS_ENTITYRESOLUTION_API Record & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RecordAttributeMapHasBeenSet() const
const Aws::String & GetInputSourceARN() const
void SetInputSourceARN(InputSourceARNT &&value)
AWS_ENTITYRESOLUTION_API Record(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetRecordAttributeMap() const
AWS_ENTITYRESOLUTION_API Record()=default
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
bool InputSourceARNHasBeenSet() const
const Aws::String & GetUniqueId() const
Record & AddRecordAttributeMap(RecordAttributeMapKeyT &&key, RecordAttributeMapValueT &&value)
void SetRecordAttributeMap(RecordAttributeMapT &&value)
Record & WithRecordAttributeMap(RecordAttributeMapT &&value)
void SetUniqueId(UniqueIdT &&value)
bool UniqueIdHasBeenSet() const
Record & WithInputSourceARN(InputSourceARNT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue