7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace EntityResolution
46 template<
typename InputSourceARNT = Aws::String>
47 void SetInputSourceARN(InputSourceARNT&& value) { m_inputSourceARNHasBeenSet =
true; m_inputSourceARN = std::forward<InputSourceARNT>(value); }
48 template<
typename InputSourceARNT = Aws::String>
58 template<
typename RecordIdT = Aws::String>
59 void SetRecordId(RecordIdT&& value) { m_recordIdHasBeenSet =
true; m_recordId = std::forward<RecordIdT>(value); }
60 template<
typename RecordIdT = Aws::String>
66 bool m_inputSourceARNHasBeenSet =
false;
69 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