7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/CelebrityDetail.h>
50 inline void SetTimestamp(
long long value) { m_timestampHasBeenSet =
true; m_timestamp = value; }
60 template<
typename CelebrityT = CelebrityDetail>
61 void SetCelebrity(CelebrityT&& value) { m_celebrityHasBeenSet =
true; m_celebrity = std::forward<CelebrityT>(value); }
62 template<
typename CelebrityT = CelebrityDetail>
67 long long m_timestamp{0};
68 bool m_timestampHasBeenSet =
false;
70 CelebrityDetail m_celebrity;
71 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