7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/PersonDetail.h>
19namespace Rekognition {
48 m_timestampHasBeenSet =
true;
63 template <
typename PersonT = PersonDetail>
65 m_personHasBeenSet =
true;
66 m_person = std::forward<PersonT>(value);
68 template <
typename PersonT = PersonDetail>
75 long long m_timestamp{0};
77 PersonDetail m_person;
78 bool m_timestampHasBeenSet =
false;
79 bool m_personHasBeenSet =
false;
AWS_REKOGNITION_API PersonDetection()=default
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
long long GetTimestamp() const
AWS_REKOGNITION_API PersonDetection(Aws::Utils::Json::JsonView jsonValue)
PersonDetection & WithTimestamp(long long value)
void SetPerson(PersonT &&value)
AWS_REKOGNITION_API PersonDetection & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTimestamp(long long value)
bool TimestampHasBeenSet() const
const PersonDetail & GetPerson() const
bool PersonHasBeenSet() const
PersonDetection & WithPerson(PersonT &&value)
Aws::Utils::Json::JsonValue JsonValue