7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/PersonDetail.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/rekognition/model/FaceMatch.h>
54 inline void SetTimestamp(
long long value) { m_timestampHasBeenSet =
true; m_timestamp = value; }
86 long long m_timestamp;
87 bool m_timestampHasBeenSet =
false;
90 bool m_personHasBeenSet =
false;
93 bool m_faceMatchesHasBeenSet =
false;
PersonMatch & AddFaceMatches(FaceMatch &&value)
bool PersonHasBeenSet() const
AWS_REKOGNITION_API PersonMatch(Aws::Utils::Json::JsonView jsonValue)
void SetTimestamp(long long value)
const PersonDetail & GetPerson() const
PersonMatch & WithPerson(PersonDetail &&value)
bool FaceMatchesHasBeenSet() const
void SetFaceMatches(Aws::Vector< FaceMatch > &&value)
PersonMatch & WithFaceMatches(Aws::Vector< FaceMatch > &&value)
PersonMatch & WithPerson(const PersonDetail &value)
PersonMatch & WithTimestamp(long long value)
void SetFaceMatches(const Aws::Vector< FaceMatch > &value)
PersonMatch & WithFaceMatches(const Aws::Vector< FaceMatch > &value)
const Aws::Vector< FaceMatch > & GetFaceMatches() const
void SetPerson(PersonDetail &&value)
void SetPerson(const PersonDetail &value)
AWS_REKOGNITION_API PersonMatch()
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
bool TimestampHasBeenSet() const
AWS_REKOGNITION_API PersonMatch & operator=(Aws::Utils::Json::JsonView jsonValue)
PersonMatch & AddFaceMatches(const FaceMatch &value)
long long GetTimestamp() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue