7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rekognition/model/BoundingBox.h>
11#include <aws/rekognition/model/FaceDetail.h>
12#include <aws/rekognition/model/KnownGender.h>
56 inline CelebrityDetail&
AddUrls(
const char* value) { m_urlsHasBeenSet =
true; m_urls.push_back(value);
return *
this; }
67 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
80 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
81 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
94 inline void SetConfidence(
double value) { m_confidenceHasBeenSet =
true; m_confidence = value; }
136 bool m_urlsHasBeenSet =
false;
139 bool m_nameHasBeenSet =
false;
142 bool m_idHasBeenSet =
false;
145 bool m_confidenceHasBeenSet =
false;
148 bool m_boundingBoxHasBeenSet =
false;
151 bool m_faceHasBeenSet =
false;
154 bool m_knownGenderHasBeenSet =
false;
CelebrityDetail & WithFace(FaceDetail &&value)
const Aws::String & GetName() const
CelebrityDetail & AddUrls(const Aws::String &value)
CelebrityDetail & WithId(const char *value)
CelebrityDetail & WithId(const Aws::String &value)
void SetName(const Aws::String &value)
CelebrityDetail & WithKnownGender(const KnownGender &value)
bool KnownGenderHasBeenSet() const
CelebrityDetail & WithBoundingBox(BoundingBox &&value)
CelebrityDetail & WithName(const Aws::String &value)
void SetBoundingBox(const BoundingBox &value)
AWS_REKOGNITION_API CelebrityDetail(Aws::Utils::Json::JsonView jsonValue)
CelebrityDetail & WithKnownGender(KnownGender &&value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
CelebrityDetail & AddUrls(Aws::String &&value)
AWS_REKOGNITION_API CelebrityDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
const BoundingBox & GetBoundingBox() const
CelebrityDetail & WithConfidence(double value)
const Aws::Vector< Aws::String > & GetUrls() const
bool UrlsHasBeenSet() const
void SetUrls(Aws::Vector< Aws::String > &&value)
CelebrityDetail & WithUrls(const Aws::Vector< Aws::String > &value)
void SetName(const char *value)
CelebrityDetail & WithId(Aws::String &&value)
CelebrityDetail & WithName(Aws::String &&value)
void SetFace(FaceDetail &&value)
void SetConfidence(double value)
AWS_REKOGNITION_API CelebrityDetail()
void SetKnownGender(const KnownGender &value)
void SetId(Aws::String &&value)
void SetBoundingBox(BoundingBox &&value)
const KnownGender & GetKnownGender() const
CelebrityDetail & WithUrls(Aws::Vector< Aws::String > &&value)
bool BoundingBoxHasBeenSet() const
bool ConfidenceHasBeenSet() const
CelebrityDetail & WithFace(const FaceDetail &value)
bool IdHasBeenSet() const
void SetId(const char *value)
double GetConfidence() const
bool FaceHasBeenSet() const
void SetName(Aws::String &&value)
void SetKnownGender(KnownGender &&value)
const FaceDetail & GetFace() const
CelebrityDetail & WithName(const char *value)
void SetId(const Aws::String &value)
bool NameHasBeenSet() const
void SetFace(const FaceDetail &value)
CelebrityDetail & AddUrls(const char *value)
void SetUrls(const Aws::Vector< Aws::String > &value)
CelebrityDetail & WithBoundingBox(const BoundingBox &value)
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue