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 inline void SetFace(
const Face& value) { m_faceHasBeenSet =
true; m_face = value; }
59 inline void SetFace(
Face&& value) { m_faceHasBeenSet =
true; m_face = std::move(value); }
66 bool m_similarityHasBeenSet =
false;
69 bool m_faceHasBeenSet =
false;
AWS_REKOGNITION_API FaceMatch(Aws::Utils::Json::JsonView jsonValue)
void SetFace(const Face &value)
bool FaceHasBeenSet() const
void SetFace(Face &&value)
FaceMatch & WithSimilarity(double value)
FaceMatch & WithFace(Face &&value)
AWS_REKOGNITION_API FaceMatch & operator=(Aws::Utils::Json::JsonView jsonValue)
double GetSimilarity() const
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_REKOGNITION_API FaceMatch()
const Face & GetFace() const
FaceMatch & WithFace(const Face &value)
void SetSimilarity(double value)
bool SimilarityHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue