7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/Face.h>
47 inline void SetSimilarity(
double value) { m_similarityHasBeenSet =
true; m_similarity = value; }
58 template<
typename FaceT = Face>
59 void SetFace(FaceT&& value) { m_faceHasBeenSet =
true; m_face = std::forward<FaceT>(value); }
60 template<
typename FaceT = Face>
65 double m_similarity{0.0};
66 bool m_similarityHasBeenSet =
false;
69 bool m_faceHasBeenSet =
false;
AWS_REKOGNITION_API FaceMatch(Aws::Utils::Json::JsonView jsonValue)
void SetFace(FaceT &&value)
FaceMatch & WithFace(FaceT &&value)
AWS_REKOGNITION_API FaceMatch()=default
bool FaceHasBeenSet() const
FaceMatch & WithSimilarity(double value)
AWS_REKOGNITION_API FaceMatch & operator=(Aws::Utils::Json::JsonView jsonValue)
double GetSimilarity() const
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
const Face & GetFace() const
void SetSimilarity(double value)
bool SimilarityHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue