7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rekognition/Rekognition_EXPORTS.h>
10#include <aws/rekognition/model/SearchedFace.h>
11#include <aws/rekognition/model/SearchedUser.h>
12#include <aws/rekognition/model/UserMatch.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace Rekognition {
39 template <
typename UserMatchesT = Aws::Vector<UserMatch>>
41 m_userMatchesHasBeenSet =
true;
42 m_userMatches = std::forward<UserMatchesT>(value);
44 template <
typename UserMatchesT = Aws::Vector<UserMatch>>
49 template <
typename UserMatchesT = UserMatch>
51 m_userMatchesHasBeenSet =
true;
52 m_userMatches.emplace_back(std::forward<UserMatchesT>(value));
63 template <
typename FaceModelVersionT = Aws::String>
65 m_faceModelVersionHasBeenSet =
true;
66 m_faceModelVersion = std::forward<FaceModelVersionT>(value);
68 template <
typename FaceModelVersionT = Aws::String>
81 template <
typename SearchedFaceT = SearchedFace>
83 m_searchedFaceHasBeenSet =
true;
84 m_searchedFace = std::forward<SearchedFaceT>(value);
86 template <
typename SearchedFaceT = SearchedFace>
99 template <
typename SearchedUserT = SearchedUser>
101 m_searchedUserHasBeenSet =
true;
102 m_searchedUser = std::forward<SearchedUserT>(value);
104 template <
typename SearchedUserT = SearchedUser>
114 template <
typename RequestIdT = Aws::String>
116 m_requestIdHasBeenSet =
true;
117 m_requestId = std::forward<RequestIdT>(value);
119 template <
typename RequestIdT = Aws::String>
127 bool m_userMatchesHasBeenSet =
false;
130 bool m_faceModelVersionHasBeenSet =
false;
133 bool m_searchedFaceHasBeenSet =
false;
136 bool m_searchedUserHasBeenSet =
false;
139 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)
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