7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/rekognition/Rekognition_EXPORTS.h>
14namespace Rekognition {
39 template <
typename CollectionIdT = Aws::String>
41 m_collectionIdHasBeenSet =
true;
42 m_collectionId = std::forward<CollectionIdT>(value);
44 template <
typename CollectionIdT = Aws::String>
57 template <
typename FaceIdT = Aws::String>
59 m_faceIdHasBeenSet =
true;
60 m_faceId = std::forward<FaceIdT>(value);
62 template <
typename FaceIdT = Aws::String>
77 m_maxFacesHasBeenSet =
true;
95 m_faceMatchThresholdHasBeenSet =
true;
96 m_faceMatchThreshold = value;
105 bool m_collectionIdHasBeenSet =
false;
108 bool m_faceIdHasBeenSet =
false;
111 bool m_maxFacesHasBeenSet =
false;
113 double m_faceMatchThreshold{0.0};
114 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