7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/entityresolution/model/DeleteUniqueIdErrorType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace EntityResolution
61 inline void SetUniqueId(
const char* value) { m_uniqueIdHasBeenSet =
true; m_uniqueId.assign(value); }
69 bool m_errorTypeHasBeenSet =
false;
72 bool m_uniqueIdHasBeenSet =
false;
void SetErrorType(DeleteUniqueIdErrorType &&value)
bool ErrorTypeHasBeenSet() const
const DeleteUniqueIdErrorType & GetErrorType() const
const Aws::String & GetUniqueId() const
DeleteUniqueIdError & WithErrorType(const DeleteUniqueIdErrorType &value)
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ENTITYRESOLUTION_API DeleteUniqueIdError()
DeleteUniqueIdError & WithUniqueId(const Aws::String &value)
AWS_ENTITYRESOLUTION_API DeleteUniqueIdError & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUniqueId(Aws::String &&value)
DeleteUniqueIdError & WithErrorType(DeleteUniqueIdErrorType &&value)
void SetUniqueId(const char *value)
AWS_ENTITYRESOLUTION_API DeleteUniqueIdError(Aws::Utils::Json::JsonView jsonValue)
void SetErrorType(const DeleteUniqueIdErrorType &value)
DeleteUniqueIdError & WithUniqueId(Aws::String &&value)
DeleteUniqueIdError & WithUniqueId(const char *value)
void SetUniqueId(const Aws::String &value)
bool UniqueIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue