7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/Rekognition_EXPORTS.h>
9#include <aws/rekognition/model/Geometry.h>
20namespace Rekognition {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
62 m_confidenceHasBeenSet =
true;
79 template <
typename GeometryT = Geometry>
81 m_geometryHasBeenSet =
true;
82 m_geometry = std::forward<GeometryT>(value);
84 template <
typename GeometryT = Geometry>
93 double m_confidence{0.0};
96 bool m_nameHasBeenSet =
false;
97 bool m_confidenceHasBeenSet =
false;
98 bool m_geometryHasBeenSet =
false;
CustomLabel & WithGeometry(GeometryT &&value)
const Geometry & GetGeometry() const
bool GeometryHasBeenSet() const
void SetConfidence(double value)
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
void SetName(NameT &&value)
double GetConfidence() const
CustomLabel & WithName(NameT &&value)
void SetGeometry(GeometryT &&value)
AWS_REKOGNITION_API CustomLabel(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API CustomLabel()=default
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue