7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/rekognition/Rekognition_EXPORTS.h>
9#include <aws/rekognition/model/FaceMatch.h>
10#include <aws/rekognition/model/PersonDetail.h>
21namespace Rekognition {
49 m_timestampHasBeenSet =
true;
64 template <
typename PersonT = PersonDetail>
66 m_personHasBeenSet =
true;
67 m_person = std::forward<PersonT>(value);
69 template <
typename PersonT = PersonDetail>
83 template <
typename FaceMatchesT = Aws::Vector<FaceMatch>>
85 m_faceMatchesHasBeenSet =
true;
86 m_faceMatches = std::forward<FaceMatchesT>(value);
88 template <
typename FaceMatchesT = Aws::Vector<FaceMatch>>
93 template <
typename FaceMatchesT = FaceMatch>
95 m_faceMatchesHasBeenSet =
true;
96 m_faceMatches.emplace_back(std::forward<FaceMatchesT>(value));
101 long long m_timestamp{0};
102 bool m_timestampHasBeenSet =
false;
104 PersonDetail m_person;
105 bool m_personHasBeenSet =
false;
108 bool m_faceMatchesHasBeenSet =
false;
PersonMatch & WithPerson(PersonT &&value)
bool PersonHasBeenSet() const
AWS_REKOGNITION_API PersonMatch(Aws::Utils::Json::JsonView jsonValue)
void SetTimestamp(long long value)
PersonMatch & WithFaceMatches(FaceMatchesT &&value)
const PersonDetail & GetPerson() const
bool FaceMatchesHasBeenSet() const
PersonMatch & AddFaceMatches(FaceMatchesT &&value)
PersonMatch & WithTimestamp(long long value)
void SetFaceMatches(FaceMatchesT &&value)
void SetPerson(PersonT &&value)
AWS_REKOGNITION_API PersonMatch()=default
const Aws::Vector< FaceMatch > & GetFaceMatches() const
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
bool TimestampHasBeenSet() const
AWS_REKOGNITION_API PersonMatch & operator=(Aws::Utils::Json::JsonView jsonValue)
long long GetTimestamp() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue