7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename CollectionIdT = Aws::String>
44 void SetCollectionId(CollectionIdT&& value) { m_collectionIdHasBeenSet =
true; m_collectionId = std::forward<CollectionIdT>(value); }
45 template<
typename CollectionIdT = Aws::String>
55 template<
typename FaceIdT = Aws::String>
56 void SetFaceId(FaceIdT&& value) { m_faceIdHasBeenSet =
true; m_faceId = std::forward<FaceIdT>(value); }
57 template<
typename FaceIdT = Aws::String>
68 inline void SetMaxFaces(
int value) { m_maxFacesHasBeenSet =
true; m_maxFaces = value; }
80 inline void SetFaceMatchThreshold(
double value) { m_faceMatchThresholdHasBeenSet =
true; m_faceMatchThreshold = value; }
86 bool m_collectionIdHasBeenSet =
false;
89 bool m_faceIdHasBeenSet =
false;
92 bool m_maxFacesHasBeenSet =
false;
94 double m_faceMatchThreshold{0.0};
95 bool m_faceMatchThresholdHasBeenSet =
false;
SearchFacesRequest & WithFaceId(FaceIdT &&value)
void SetCollectionId(CollectionIdT &&value)
bool CollectionIdHasBeenSet() const
void SetMaxFaces(int value)
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
SearchFacesRequest & WithFaceMatchThreshold(double value)
AWS_REKOGNITION_API Aws::String SerializePayload() const override
bool FaceIdHasBeenSet() const
void SetFaceId(FaceIdT &&value)
AWS_REKOGNITION_API SearchFacesRequest()=default
bool MaxFacesHasBeenSet() const
const Aws::String & GetCollectionId() const
const Aws::String & GetFaceId() const
bool FaceMatchThresholdHasBeenSet() const
SearchFacesRequest & WithMaxFaces(int value)
virtual const char * GetServiceRequestName() const override
double GetFaceMatchThreshold() const
void SetFaceMatchThreshold(double value)
SearchFacesRequest & WithCollectionId(CollectionIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String