7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/entityresolution/EntityResolution_EXPORTS.h>
20namespace EntityResolution {
30 AWS_ENTITYRESOLUTION_API
Record() =
default;
41 template <
typename InputSourceARNT = Aws::String>
43 m_inputSourceARNHasBeenSet =
true;
44 m_inputSourceARN = std::forward<InputSourceARNT>(value);
46 template <
typename InputSourceARNT = Aws::String>
59 template <
typename UniqueIdT = Aws::String>
61 m_uniqueIdHasBeenSet =
true;
62 m_uniqueId = std::forward<UniqueIdT>(value);
64 template <
typename UniqueIdT = Aws::String>
77 template <
typename RecordAttributeMapT = Aws::Map<Aws::String, Aws::String>>
79 m_recordAttributeMapHasBeenSet =
true;
80 m_recordAttributeMap = std::forward<RecordAttributeMapT>(value);
82 template <
typename RecordAttributeMapT = Aws::Map<Aws::String, Aws::String>>
87 template <
typename RecordAttributeMapKeyT = Aws::String,
typename RecordAttributeMapValueT = Aws::String>
89 m_recordAttributeMapHasBeenSet =
true;
90 m_recordAttributeMap.emplace(std::forward<RecordAttributeMapKeyT>(key), std::forward<RecordAttributeMapValueT>(value));
100 bool m_inputSourceARNHasBeenSet =
false;
101 bool m_uniqueIdHasBeenSet =
false;
102 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