7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/Rekognition_EXPORTS.h>
19namespace Rekognition {
43 template <
typename CollectionIdT = Aws::String>
45 m_collectionIdHasBeenSet =
true;
46 m_collectionId = std::forward<CollectionIdT>(value);
48 template <
typename CollectionIdT = Aws::String>
65 m_faceMatchThresholdHasBeenSet =
true;
66 m_faceMatchThreshold = value;
76 double m_faceMatchThreshold{0.0};
77 bool m_collectionIdHasBeenSet =
false;
78 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