7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/entityresolution/model/DeleteUniqueIdErrorType.h>
22namespace EntityResolution
47 template<
typename UniqueIdT = Aws::String>
48 void SetUniqueId(UniqueIdT&& value) { m_uniqueIdHasBeenSet =
true; m_uniqueId = std::forward<UniqueIdT>(value); }
49 template<
typename UniqueIdT = Aws::String>
65 bool m_uniqueIdHasBeenSet =
false;
68 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