7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/rekognition/Rekognition_EXPORTS.h>
11#include <aws/rekognition/model/SearchedFace.h>
12#include <aws/rekognition/model/SearchedUser.h>
13#include <aws/rekognition/model/UserMatch.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace Rekognition {
40 template <
typename UserMatchesT = Aws::Vector<UserMatch>>
42 m_userMatchesHasBeenSet =
true;
43 m_userMatches = std::forward<UserMatchesT>(value);
45 template <
typename UserMatchesT = Aws::Vector<UserMatch>>
50 template <
typename UserMatchesT = UserMatch>
52 m_userMatchesHasBeenSet =
true;
53 m_userMatches.emplace_back(std::forward<UserMatchesT>(value));
64 template <
typename FaceModelVersionT = Aws::String>
66 m_faceModelVersionHasBeenSet =
true;
67 m_faceModelVersion = std::forward<FaceModelVersionT>(value);
69 template <
typename FaceModelVersionT = Aws::String>
82 template <
typename SearchedFaceT = SearchedFace>
84 m_searchedFaceHasBeenSet =
true;
85 m_searchedFace = std::forward<SearchedFaceT>(value);
87 template <
typename SearchedFaceT = SearchedFace>
100 template <
typename SearchedUserT = SearchedUser>
102 m_searchedUserHasBeenSet =
true;
103 m_searchedUser = std::forward<SearchedUserT>(value);
105 template <
typename SearchedUserT = SearchedUser>
115 template <
typename RequestIdT = Aws::String>
117 m_requestIdHasBeenSet =
true;
118 m_requestId = std::forward<RequestIdT>(value);
120 template <
typename RequestIdT = Aws::String>
139 bool m_userMatchesHasBeenSet =
false;
140 bool m_faceModelVersionHasBeenSet =
false;
141 bool m_searchedFaceHasBeenSet =
false;
142 bool m_searchedUserHasBeenSet =
false;
143 bool m_requestIdHasBeenSet =
false;
AWS_REKOGNITION_API SearchUsersResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSearchedFace(SearchedFaceT &&value)
SearchUsersResult & WithRequestId(RequestIdT &&value)
AWS_REKOGNITION_API SearchUsersResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const SearchedFace & GetSearchedFace() const
const Aws::String & GetFaceModelVersion() const
SearchUsersResult & WithSearchedUser(SearchedUserT &&value)
SearchUsersResult & AddUserMatches(UserMatchesT &&value)
const Aws::String & GetRequestId() const
void SetSearchedUser(SearchedUserT &&value)
void SetUserMatches(UserMatchesT &&value)
SearchUsersResult & WithUserMatches(UserMatchesT &&value)
const SearchedUser & GetSearchedUser() const
void SetFaceModelVersion(FaceModelVersionT &&value)
SearchUsersResult & WithFaceModelVersion(FaceModelVersionT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Vector< UserMatch > & GetUserMatches() const
SearchUsersResult & WithSearchedFace(SearchedFaceT &&value)
AWS_REKOGNITION_API SearchUsersResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue