7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/FaceDetail.h>
19namespace Rekognition {
44 m_timestampHasBeenSet =
true;
59 template <
typename FaceT = FaceDetail>
61 m_faceHasBeenSet =
true;
62 m_face = std::forward<FaceT>(value);
64 template <
typename FaceT = FaceDetail>
66 SetFace(std::forward<FaceT>(value));
71 long long m_timestamp{0};
74 bool m_timestampHasBeenSet =
false;
75 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