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 UniqueIdT = Aws::String>
60 m_uniqueIdHasBeenSet =
true;
61 m_uniqueId = std::forward<UniqueIdT>(value);
63 template <
typename UniqueIdT = Aws::String>
76 template <
typename ErrorMessageT = Aws::String>
78 m_errorMessageHasBeenSet =
true;
79 m_errorMessage = std::forward<ErrorMessageT>(value);
81 template <
typename ErrorMessageT = Aws::String>
93 bool m_inputSourceARNHasBeenSet =
false;
94 bool m_uniqueIdHasBeenSet =
false;
95 bool m_errorMessageHasBeenSet =
false;
FailedRecord & WithUniqueId(UniqueIdT &&value)
AWS_ENTITYRESOLUTION_API FailedRecord & operator=(Aws::Utils::Json::JsonView jsonValue)
FailedRecord & WithErrorMessage(ErrorMessageT &&value)
const Aws::String & GetUniqueId() const
bool UniqueIdHasBeenSet() const
void SetErrorMessage(ErrorMessageT &&value)
bool ErrorMessageHasBeenSet() const
void SetUniqueId(UniqueIdT &&value)
const Aws::String & GetErrorMessage() const
void SetInputSourceARN(InputSourceARNT &&value)
AWS_ENTITYRESOLUTION_API FailedRecord()=default
const Aws::String & GetInputSourceARN() const
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ENTITYRESOLUTION_API FailedRecord(Aws::Utils::Json::JsonView jsonValue)
bool InputSourceARNHasBeenSet() const
FailedRecord & WithInputSourceARN(InputSourceARNT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue