7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rekognition/model/Geometry.h>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
63 inline void SetConfidence(
double value) { m_confidenceHasBeenSet =
true; m_confidence = value; }
76 inline void SetGeometry(
Geometry&& value) { m_geometryHasBeenSet =
true; m_geometry = std::move(value); }
83 bool m_nameHasBeenSet =
false;
86 bool m_confidenceHasBeenSet =
false;
89 bool m_geometryHasBeenSet =
false;
CustomLabel & WithGeometry(Geometry &&value)
void SetGeometry(Geometry &&value)
void SetName(Aws::String &&value)
const Geometry & GetGeometry() const
bool GeometryHasBeenSet() const
CustomLabel & WithName(const char *value)
void SetConfidence(double value)
AWS_REKOGNITION_API CustomLabel()
CustomLabel & WithConfidence(double value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_REKOGNITION_API CustomLabel & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
bool ConfidenceHasBeenSet() const
double GetConfidence() const
void SetName(const char *value)
void SetName(const Aws::String &value)
void SetGeometry(const Geometry &value)
CustomLabel & WithGeometry(const Geometry &value)
CustomLabel & WithName(const Aws::String &value)
AWS_REKOGNITION_API CustomLabel(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
CustomLabel & WithName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue