7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetConfidence(
double value) { m_confidenceHasBeenSet =
true; m_confidence = value; }
65 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
80 inline void SetParentName(
const char* value) { m_parentNameHasBeenSet =
true; m_parentName.assign(value); }
93 inline void SetTaxonomyLevel(
int value) { m_taxonomyLevelHasBeenSet =
true; m_taxonomyLevel = value; }
99 bool m_confidenceHasBeenSet =
false;
102 bool m_nameHasBeenSet =
false;
105 bool m_parentNameHasBeenSet =
false;
108 bool m_taxonomyLevelHasBeenSet =
false;
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
bool ParentNameHasBeenSet() const
const Aws::String & GetParentName() const
AWS_REKOGNITION_API ModerationLabel & operator=(Aws::Utils::Json::JsonView jsonValue)
ModerationLabel & WithName(const char *value)
int GetTaxonomyLevel() const
void SetParentName(const char *value)
void SetParentName(Aws::String &&value)
bool NameHasBeenSet() const
bool TaxonomyLevelHasBeenSet() const
ModerationLabel & WithParentName(const char *value)
void SetName(Aws::String &&value)
AWS_REKOGNITION_API ModerationLabel(Aws::Utils::Json::JsonView jsonValue)
ModerationLabel & WithName(const Aws::String &value)
ModerationLabel & WithName(Aws::String &&value)
AWS_REKOGNITION_API ModerationLabel()
ModerationLabel & WithParentName(const Aws::String &value)
void SetParentName(const Aws::String &value)
void SetName(const Aws::String &value)
void SetTaxonomyLevel(int value)
ModerationLabel & WithTaxonomyLevel(int value)
const Aws::String & GetName() const
void SetConfidence(double value)
ModerationLabel & WithParentName(Aws::String &&value)
void SetName(const char *value)
double GetConfidence() const
ModerationLabel & WithConfidence(double value)
bool ConfidenceHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue