7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace EntityResolution
46 template<
typename UniqueIdT = Aws::String>
47 void SetUniqueId(UniqueIdT&& value) { m_uniqueIdHasBeenSet =
true; m_uniqueId = std::forward<UniqueIdT>(value); }
48 template<
typename UniqueIdT = Aws::String>
54 bool m_uniqueIdHasBeenSet =
false;
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetUniqueId() const
DeletedUniqueId & WithUniqueId(UniqueIdT &&value)
bool UniqueIdHasBeenSet() const
void SetUniqueId(UniqueIdT &&value)
AWS_ENTITYRESOLUTION_API DeletedUniqueId(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API DeletedUniqueId & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ENTITYRESOLUTION_API DeletedUniqueId()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue