7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename CollectionIdT = Aws::String>
50 void SetCollectionId(CollectionIdT&& value) { m_collectionIdHasBeenSet =
true; m_collectionId = std::forward<CollectionIdT>(value); }
51 template<
typename CollectionIdT = Aws::String>
64 inline void SetFaceMatchThreshold(
double value) { m_faceMatchThresholdHasBeenSet =
true; m_faceMatchThreshold = value; }
70 bool m_collectionIdHasBeenSet =
false;
72 double m_faceMatchThreshold{0.0};
73 bool m_faceMatchThresholdHasBeenSet =
false;
void SetFaceMatchThreshold(double value)
const Aws::String & GetCollectionId() const
bool CollectionIdHasBeenSet() const
FaceSearchSettings & WithCollectionId(CollectionIdT &&value)
AWS_REKOGNITION_API FaceSearchSettings()=default
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCollectionId(CollectionIdT &&value)
AWS_REKOGNITION_API FaceSearchSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API FaceSearchSettings(Aws::Utils::Json::JsonView jsonValue)
double GetFaceMatchThreshold() const
bool FaceMatchThresholdHasBeenSet() const
FaceSearchSettings & WithFaceMatchThreshold(double value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue