7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/MatchedUser.h>
19namespace Rekognition {
42 m_similarityHasBeenSet =
true;
57 template <
typename UserT = MatchedUser>
59 m_userHasBeenSet =
true;
60 m_user = std::forward<UserT>(value);
62 template <
typename UserT = MatchedUser>
64 SetUser(std::forward<UserT>(value));
69 double m_similarity{0.0};
72 bool m_similarityHasBeenSet =
false;
73 bool m_userHasBeenSet =
false;
bool SimilarityHasBeenSet() const
UserMatch & WithSimilarity(double value)
void SetUser(UserT &&value)
AWS_REKOGNITION_API UserMatch()=default
double GetSimilarity() const
AWS_REKOGNITION_API UserMatch & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
bool UserHasBeenSet() const
const MatchedUser & GetUser() const
UserMatch & WithUser(UserT &&value)
AWS_REKOGNITION_API UserMatch(Aws::Utils::Json::JsonView jsonValue)
void SetSimilarity(double value)
Aws::Utils::Json::JsonValue JsonValue