7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename CollectionIdT = Aws::String>
46 void SetCollectionId(CollectionIdT&& value) { m_collectionIdHasBeenSet =
true; m_collectionId = std::forward<CollectionIdT>(value); }
47 template<
typename CollectionIdT = Aws::String>
57 template<
typename UserIdT = Aws::String>
58 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
59 template<
typename UserIdT = Aws::String>
69 template<
typename FaceIdT = Aws::String>
70 void SetFaceId(FaceIdT&& value) { m_faceIdHasBeenSet =
true; m_faceId = std::forward<FaceIdT>(value); }
71 template<
typename FaceIdT = Aws::String>
82 inline void SetUserMatchThreshold(
double value) { m_userMatchThresholdHasBeenSet =
true; m_userMatchThreshold = value; }
92 inline void SetMaxUsers(
int value) { m_maxUsersHasBeenSet =
true; m_maxUsers = value; }
98 bool m_collectionIdHasBeenSet =
false;
101 bool m_userIdHasBeenSet =
false;
104 bool m_faceIdHasBeenSet =
false;
106 double m_userMatchThreshold{0.0};
107 bool m_userMatchThresholdHasBeenSet =
false;
110 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