7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/Face.h>
19namespace Rekognition {
42 m_similarityHasBeenSet =
true;
58 template <
typename FaceT = Face>
60 m_faceHasBeenSet =
true;
61 m_face = std::forward<FaceT>(value);
63 template <
typename FaceT = Face>
65 SetFace(std::forward<FaceT>(value));
70 double m_similarity{0.0};
73 bool m_similarityHasBeenSet =
false;
74 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