7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/MatchedUser.h>
47 inline void SetSimilarity(
double value) { m_similarityHasBeenSet =
true; m_similarity = value; }
57 template<
typename UserT = MatchedUser>
58 void SetUser(UserT&& value) { m_userHasBeenSet =
true; m_user = std::forward<UserT>(value); }
59 template<
typename UserT = MatchedUser>
64 double m_similarity{0.0};
65 bool m_similarityHasBeenSet =
false;
68 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