7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rekognition/model/BoundingBox.h>
10#include <aws/rekognition/model/ProtectiveEquipmentBodyPart.h>
51 template<
typename BodyPartsT = Aws::Vector<ProtectiveEquipmentBodyPart>>
52 void SetBodyParts(BodyPartsT&& value) { m_bodyPartsHasBeenSet =
true; m_bodyParts = std::forward<BodyPartsT>(value); }
53 template<
typename BodyPartsT = Aws::Vector<ProtectiveEquipmentBodyPart>>
55 template<
typename BodyPartsT = ProtectiveEquipmentBodyPart>
65 template<
typename BoundingBoxT = BoundingBox>
66 void SetBoundingBox(BoundingBoxT&& value) { m_boundingBoxHasBeenSet =
true; m_boundingBox = std::forward<BoundingBoxT>(value); }
67 template<
typename BoundingBoxT = BoundingBox>
78 inline void SetConfidence(
double value) { m_confidenceHasBeenSet =
true; m_confidence = value; }
87 inline int GetId()
const {
return m_id; }
89 inline void SetId(
int value) { m_idHasBeenSet =
true; m_id = value; }
95 bool m_bodyPartsHasBeenSet =
false;
98 bool m_boundingBoxHasBeenSet =
false;
100 double m_confidence{0.0};
101 bool m_confidenceHasBeenSet =
false;
104 bool m_idHasBeenSet =
false;
const BoundingBox & GetBoundingBox() const
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetConfidence(double value)
bool IdHasBeenSet() const
const Aws::Vector< ProtectiveEquipmentBodyPart > & GetBodyParts() const
void SetBodyParts(BodyPartsT &&value)
void SetBoundingBox(BoundingBoxT &&value)
ProtectiveEquipmentPerson & AddBodyParts(BodyPartsT &&value)
AWS_REKOGNITION_API ProtectiveEquipmentPerson(Aws::Utils::Json::JsonView jsonValue)
ProtectiveEquipmentPerson & WithId(int value)
bool BodyPartsHasBeenSet() const
double GetConfidence() const
ProtectiveEquipmentPerson & WithBodyParts(BodyPartsT &&value)
ProtectiveEquipmentPerson & WithBoundingBox(BoundingBoxT &&value)
AWS_REKOGNITION_API ProtectiveEquipmentPerson & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ConfidenceHasBeenSet() const
ProtectiveEquipmentPerson & WithConfidence(double value)
bool BoundingBoxHasBeenSet() const
AWS_REKOGNITION_API ProtectiveEquipmentPerson()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue