7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/entityresolution/model/DeleteUniqueIdStatus.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/entityresolution/model/DeleteUniqueIdError.h>
12#include <aws/entityresolution/model/DeletedUniqueId.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
27namespace EntityResolution
53 template<
typename ErrorsT = Aws::Vector<DeleteUniqueIdError>>
54 void SetErrors(ErrorsT&& value) { m_errorsHasBeenSet =
true; m_errors = std::forward<ErrorsT>(value); }
55 template<
typename ErrorsT = Aws::Vector<DeleteUniqueIdError>>
57 template<
typename ErrorsT = DeleteUniqueIdError>
66 template<
typename DeletedT = Aws::Vector<DeletedUniqueId>>
67 void SetDeleted(DeletedT&& value) { m_deletedHasBeenSet =
true; m_deleted = std::forward<DeletedT>(value); }
68 template<
typename DeletedT = Aws::Vector<DeletedUniqueId>>
70 template<
typename DeletedT = DeletedUniqueId>
79 template<
typename DisconnectedUniqueIdsT = Aws::Vector<Aws::String>>
80 void SetDisconnectedUniqueIds(DisconnectedUniqueIdsT&& value) { m_disconnectedUniqueIdsHasBeenSet =
true; m_disconnectedUniqueIds = std::forward<DisconnectedUniqueIdsT>(value); }
81 template<
typename DisconnectedUniqueIdsT = Aws::Vector<Aws::String>>
83 template<
typename DisconnectedUniqueIdsT = Aws::String>
90 template<
typename RequestIdT = Aws::String>
91 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
92 template<
typename RequestIdT = Aws::String>
98 bool m_statusHasBeenSet =
false;
101 bool m_errorsHasBeenSet =
false;
104 bool m_deletedHasBeenSet =
false;
107 bool m_disconnectedUniqueIdsHasBeenSet =
false;
110 bool m_requestIdHasBeenSet =
false;
void SetDeleted(DeletedT &&value)
void SetRequestId(RequestIdT &&value)
BatchDeleteUniqueIdResult & WithStatus(DeleteUniqueIdStatus value)
BatchDeleteUniqueIdResult & AddErrors(ErrorsT &&value)
const Aws::String & GetRequestId() const
AWS_ENTITYRESOLUTION_API BatchDeleteUniqueIdResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(DeleteUniqueIdStatus value)
AWS_ENTITYRESOLUTION_API BatchDeleteUniqueIdResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchDeleteUniqueIdResult & AddDeleted(DeletedT &&value)
const Aws::Vector< Aws::String > & GetDisconnectedUniqueIds() const
void SetDisconnectedUniqueIds(DisconnectedUniqueIdsT &&value)
AWS_ENTITYRESOLUTION_API BatchDeleteUniqueIdResult()=default
const Aws::Vector< DeletedUniqueId > & GetDeleted() const
BatchDeleteUniqueIdResult & WithDeleted(DeletedT &&value)
const Aws::Vector< DeleteUniqueIdError > & GetErrors() const
BatchDeleteUniqueIdResult & WithRequestId(RequestIdT &&value)
BatchDeleteUniqueIdResult & WithErrors(ErrorsT &&value)
BatchDeleteUniqueIdResult & AddDisconnectedUniqueIds(DisconnectedUniqueIdsT &&value)
BatchDeleteUniqueIdResult & WithDisconnectedUniqueIds(DisconnectedUniqueIdsT &&value)
void SetErrors(ErrorsT &&value)
DeleteUniqueIdStatus GetStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue