7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/BoundingBox.h>
9#include <aws/rekognition/model/ProtectiveEquipmentType.h>
10#include <aws/rekognition/model/CoversBodyPart.h>
50 template<
typename BoundingBoxT = BoundingBox>
51 void SetBoundingBox(BoundingBoxT&& value) { m_boundingBoxHasBeenSet =
true; m_boundingBox = std::forward<BoundingBoxT>(value); }
52 template<
typename BoundingBoxT = BoundingBox>
63 inline void SetConfidence(
double value) { m_confidenceHasBeenSet =
true; m_confidence = value; }
83 template<
typename CoversBodyPartT = CoversBodyPart>
84 void SetCoversBodyPart(CoversBodyPartT&& value) { m_coversBodyPartHasBeenSet =
true; m_coversBodyPart = std::forward<CoversBodyPartT>(value); }
85 template<
typename CoversBodyPartT = CoversBodyPart>
91 bool m_boundingBoxHasBeenSet =
false;
93 double m_confidence{0.0};
94 bool m_confidenceHasBeenSet =
false;
97 bool m_typeHasBeenSet =
false;
99 CoversBodyPart m_coversBodyPart;
100 bool m_coversBodyPartHasBeenSet =
false;
void SetType(ProtectiveEquipmentType value)
bool BoundingBoxHasBeenSet() const
void SetBoundingBox(BoundingBoxT &&value)
void SetConfidence(double value)
bool ConfidenceHasBeenSet() const
AWS_REKOGNITION_API EquipmentDetection & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
EquipmentDetection & WithType(ProtectiveEquipmentType value)
EquipmentDetection & WithConfidence(double value)
const BoundingBox & GetBoundingBox() const
EquipmentDetection & WithCoversBodyPart(CoversBodyPartT &&value)
EquipmentDetection & WithBoundingBox(BoundingBoxT &&value)
AWS_REKOGNITION_API EquipmentDetection(Aws::Utils::Json::JsonView jsonValue)
const CoversBodyPart & GetCoversBodyPart() const
double GetConfidence() const
bool CoversBodyPartHasBeenSet() const
void SetCoversBodyPart(CoversBodyPartT &&value)
ProtectiveEquipmentType GetType() const
AWS_REKOGNITION_API EquipmentDetection()=default
bool TypeHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue