7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/entityresolution/EntityResolution_EXPORTS.h>
9#include <aws/entityresolution/model/DeleteUniqueIdErrorType.h>
20namespace EntityResolution {
42 template <
typename UniqueIdT = Aws::String>
44 m_uniqueIdHasBeenSet =
true;
45 m_uniqueId = std::forward<UniqueIdT>(value);
47 template <
typename UniqueIdT = Aws::String>
65 m_errorTypeHasBeenSet =
true;
77 bool m_uniqueIdHasBeenSet =
false;
78 bool m_errorTypeHasBeenSet =
false;
void SetErrorType(DeleteUniqueIdErrorType value)
bool ErrorTypeHasBeenSet() const
DeleteUniqueIdError & WithUniqueId(UniqueIdT &&value)
const Aws::String & GetUniqueId() const
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ENTITYRESOLUTION_API DeleteUniqueIdError & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUniqueId(UniqueIdT &&value)
AWS_ENTITYRESOLUTION_API DeleteUniqueIdError(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API DeleteUniqueIdError()=default
DeleteUniqueIdErrorType GetErrorType() const
DeleteUniqueIdError & WithErrorType(DeleteUniqueIdErrorType value)
bool UniqueIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue