7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/entityresolution/EntityResolution_EXPORTS.h>
19namespace EntityResolution {
40 template <
typename InputSourceARNT = Aws::String>
42 m_inputSourceARNHasBeenSet =
true;
43 m_inputSourceARN = std::forward<InputSourceARNT>(value);
45 template <
typename InputSourceARNT = Aws::String>
58 template <
typename RecordIdT = Aws::String>
60 m_recordIdHasBeenSet =
true;
61 m_recordId = std::forward<RecordIdT>(value);
63 template <
typename RecordIdT = Aws::String>
73 bool m_inputSourceARNHasBeenSet =
false;
74 bool m_recordIdHasBeenSet =
false;
MatchedRecord & WithRecordId(RecordIdT &&value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
bool RecordIdHasBeenSet() const
const Aws::String & GetInputSourceARN() const
const Aws::String & GetRecordId() const
void SetRecordId(RecordIdT &&value)
void SetInputSourceARN(InputSourceARNT &&value)
AWS_ENTITYRESOLUTION_API MatchedRecord()=default
AWS_ENTITYRESOLUTION_API MatchedRecord & operator=(Aws::Utils::Json::JsonView jsonValue)
bool InputSourceARNHasBeenSet() const
MatchedRecord & WithInputSourceARN(InputSourceARNT &&value)
AWS_ENTITYRESOLUTION_API MatchedRecord(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue