7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/CelebrityDetail.h>
19namespace Rekognition {
45 m_timestampHasBeenSet =
true;
60 template <
typename CelebrityT = CelebrityDetail>
62 m_celebrityHasBeenSet =
true;
63 m_celebrity = std::forward<CelebrityT>(value);
65 template <
typename CelebrityT = CelebrityDetail>
72 long long m_timestamp{0};
73 bool m_timestampHasBeenSet =
false;
75 CelebrityDetail m_celebrity;
76 bool m_celebrityHasBeenSet =
false;
AWS_REKOGNITION_API CelebrityRecognition(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API CelebrityRecognition()=default
CelebrityRecognition & WithTimestamp(long long value)
long long GetTimestamp() const
bool CelebrityHasBeenSet() const
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
bool TimestampHasBeenSet() const
void SetCelebrity(CelebrityT &&value)
const CelebrityDetail & GetCelebrity() const
AWS_REKOGNITION_API CelebrityRecognition & operator=(Aws::Utils::Json::JsonView jsonValue)
CelebrityRecognition & WithCelebrity(CelebrityT &&value)
void SetTimestamp(long long value)
Aws::Utils::Json::JsonValue JsonValue