7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/PersonDetail.h>
53 inline void SetTimestamp(
long long value) { m_timestampHasBeenSet =
true; m_timestamp = value; }
70 long long m_timestamp;
71 bool m_timestampHasBeenSet =
false;
74 bool m_personHasBeenSet =
false;
AWS_REKOGNITION_API PersonDetection()
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
long long GetTimestamp() const
AWS_REKOGNITION_API PersonDetection(Aws::Utils::Json::JsonView jsonValue)
PersonDetection & WithPerson(PersonDetail &&value)
PersonDetection & WithTimestamp(long long value)
AWS_REKOGNITION_API PersonDetection & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTimestamp(long long value)
void SetPerson(const PersonDetail &value)
bool TimestampHasBeenSet() const
const PersonDetail & GetPerson() const
bool PersonHasBeenSet() const
PersonDetection & WithPerson(const PersonDetail &value)
void SetPerson(PersonDetail &&value)
Aws::Utils::Json::JsonValue JsonValue