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/ComparedFace.h>
11#include <aws/rekognition/model/KnownGender.h>
57 inline Celebrity&
AddUrls(
const char* value) { m_urlsHasBeenSet =
true; m_urls.push_back(value);
return *
this; }
68 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
81 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
82 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
108 inline void SetMatchConfidence(
double value) { m_matchConfidenceHasBeenSet =
true; m_matchConfidence = value; }
124 bool m_urlsHasBeenSet =
false;
127 bool m_nameHasBeenSet =
false;
130 bool m_idHasBeenSet =
false;
133 bool m_faceHasBeenSet =
false;
135 double m_matchConfidence;
136 bool m_matchConfidenceHasBeenSet =
false;
139 bool m_knownGenderHasBeenSet =
false;
Celebrity & WithKnownGender(const KnownGender &value)
void SetName(const Aws::String &value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(Aws::String &&value)
void SetMatchConfidence(double value)
bool UrlsHasBeenSet() const
Celebrity & WithFace(ComparedFace &&value)
const Aws::String & GetName() const
Celebrity & WithMatchConfidence(double value)
const Aws::String & GetId() const
Celebrity & WithName(const char *value)
const ComparedFace & GetFace() const
Celebrity & WithUrls(const Aws::Vector< Aws::String > &value)
Celebrity & WithId(Aws::String &&value)
Celebrity & AddUrls(const char *value)
void SetName(const char *value)
Celebrity & WithFace(const ComparedFace &value)
bool FaceHasBeenSet() const
void SetId(Aws::String &&value)
AWS_REKOGNITION_API Celebrity()
double GetMatchConfidence() const
Celebrity & WithUrls(Aws::Vector< Aws::String > &&value)
Celebrity & AddUrls(Aws::String &&value)
Celebrity & WithName(const Aws::String &value)
bool KnownGenderHasBeenSet() const
Celebrity & WithName(Aws::String &&value)
Celebrity & WithKnownGender(KnownGender &&value)
bool IdHasBeenSet() const
void SetUrls(const Aws::Vector< Aws::String > &value)
void SetFace(const ComparedFace &value)
void SetId(const Aws::String &value)
Celebrity & AddUrls(const Aws::String &value)
AWS_REKOGNITION_API Celebrity(Aws::Utils::Json::JsonView jsonValue)
bool MatchConfidenceHasBeenSet() const
void SetId(const char *value)
const KnownGender & GetKnownGender() const
void SetKnownGender(const KnownGender &value)
Celebrity & WithId(const Aws::String &value)
void SetUrls(Aws::Vector< Aws::String > &&value)
void SetFace(ComparedFace &&value)
AWS_REKOGNITION_API Celebrity & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKnownGender(KnownGender &&value)
Celebrity & WithId(const char *value)
const Aws::Vector< Aws::String > & GetUrls() const
bool NameHasBeenSet() 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