7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/rekognition/Rekognition_EXPORTS.h>
14namespace Rekognition {
41 template <
typename CollectionIdT = Aws::String>
43 m_collectionIdHasBeenSet =
true;
44 m_collectionId = std::forward<CollectionIdT>(value);
46 template <
typename CollectionIdT = Aws::String>
59 template <
typename UserIdT = Aws::String>
61 m_userIdHasBeenSet =
true;
62 m_userId = std::forward<UserIdT>(value);
64 template <
typename UserIdT = Aws::String>
77 template <
typename FaceIdT = Aws::String>
79 m_faceIdHasBeenSet =
true;
80 m_faceId = std::forward<FaceIdT>(value);
82 template <
typename FaceIdT = Aws::String>
97 m_userMatchThresholdHasBeenSet =
true;
98 m_userMatchThreshold = value;
113 m_maxUsersHasBeenSet =
true;
123 bool m_collectionIdHasBeenSet =
false;
126 bool m_userIdHasBeenSet =
false;
129 bool m_faceIdHasBeenSet =
false;
131 double m_userMatchThreshold{0.0};
132 bool m_userMatchThresholdHasBeenSet =
false;
135 bool m_maxUsersHasBeenSet =
false;
bool CollectionIdHasBeenSet() const
AWS_REKOGNITION_API SearchUsersRequest()=default
void SetCollectionId(CollectionIdT &&value)
const Aws::String & GetFaceId() const
SearchUsersRequest & WithUserMatchThreshold(double value)
SearchUsersRequest & WithCollectionId(CollectionIdT &&value)
void SetMaxUsers(int value)
bool FaceIdHasBeenSet() const
void SetUserId(UserIdT &&value)
void SetFaceId(FaceIdT &&value)
SearchUsersRequest & WithMaxUsers(int value)
SearchUsersRequest & WithUserId(UserIdT &&value)
const Aws::String & GetCollectionId() const
bool UserIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetUserId() const
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
SearchUsersRequest & WithFaceId(FaceIdT &&value)
void SetUserMatchThreshold(double value)
bool MaxUsersHasBeenSet() const
double GetUserMatchThreshold() const
AWS_REKOGNITION_API Aws::String SerializePayload() const override
bool UserMatchThresholdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String