7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/FaceDetail.h>
49 inline void SetTimestamp(
long long value) { m_timestampHasBeenSet =
true; m_timestamp = value; }
59 template<
typename FaceT = FaceDetail>
60 void SetFace(FaceT&& value) { m_faceHasBeenSet =
true; m_face = std::forward<FaceT>(value); }
61 template<
typename FaceT = FaceDetail>
66 long long m_timestamp{0};
67 bool m_timestampHasBeenSet =
false;
70 bool m_faceHasBeenSet =
false;
bool TimestampHasBeenSet() const
long long GetTimestamp() const
void SetTimestamp(long long value)
FaceDetection & WithFace(FaceT &&value)
void SetFace(FaceT &&value)
bool FaceHasBeenSet() const
AWS_REKOGNITION_API FaceDetection(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API FaceDetection()=default
const FaceDetail & GetFace() const
AWS_REKOGNITION_API FaceDetection & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
FaceDetection & WithTimestamp(long long value)
Aws::Utils::Json::JsonValue JsonValue