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 UniqueIdT = Aws::String>
59 void SetUniqueId(UniqueIdT&& value) { m_uniqueIdHasBeenSet =
true; m_uniqueId = std::forward<UniqueIdT>(value); }
60 template<
typename UniqueIdT = Aws::String>
70 template<
typename ErrorMessageT = Aws::String>
71 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
72 template<
typename ErrorMessageT = Aws::String>
78 bool m_inputSourceARNHasBeenSet =
false;
81 bool m_uniqueIdHasBeenSet =
false;
84 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