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>
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;
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 SetBoundingBox(BoundingBox &&value)
ProtectiveEquipmentPerson & AddBodyParts(ProtectiveEquipmentBodyPart &&value)
ProtectiveEquipmentPerson & AddBodyParts(const ProtectiveEquipmentBodyPart &value)
AWS_REKOGNITION_API ProtectiveEquipmentPerson()
void SetBoundingBox(const BoundingBox &value)
ProtectiveEquipmentPerson & WithBodyParts(const Aws::Vector< ProtectiveEquipmentBodyPart > &value)
void SetBodyParts(const Aws::Vector< ProtectiveEquipmentBodyPart > &value)
AWS_REKOGNITION_API ProtectiveEquipmentPerson(Aws::Utils::Json::JsonView jsonValue)
ProtectiveEquipmentPerson & WithId(int value)
bool BodyPartsHasBeenSet() const
ProtectiveEquipmentPerson & WithBoundingBox(const BoundingBox &value)
double GetConfidence() const
AWS_REKOGNITION_API ProtectiveEquipmentPerson & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ConfidenceHasBeenSet() const
ProtectiveEquipmentPerson & WithBoundingBox(BoundingBox &&value)
ProtectiveEquipmentPerson & WithConfidence(double value)
ProtectiveEquipmentPerson & WithBodyParts(Aws::Vector< ProtectiveEquipmentBodyPart > &&value)
bool BoundingBoxHasBeenSet() const
void SetBodyParts(Aws::Vector< ProtectiveEquipmentBodyPart > &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue