7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/BodyPart.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/rekognition/model/EquipmentDetection.h>
62 inline void SetConfidence(
double value) { m_confidenceHasBeenSet =
true; m_confidence = value; }
73 template<
typename EquipmentDetectionsT = Aws::Vector<EquipmentDetection>>
74 void SetEquipmentDetections(EquipmentDetectionsT&& value) { m_equipmentDetectionsHasBeenSet =
true; m_equipmentDetections = std::forward<EquipmentDetectionsT>(value); }
75 template<
typename EquipmentDetectionsT = Aws::Vector<EquipmentDetection>>
77 template<
typename EquipmentDetectionsT = EquipmentDetection>
83 bool m_nameHasBeenSet =
false;
85 double m_confidence{0.0};
86 bool m_confidenceHasBeenSet =
false;
89 bool m_equipmentDetectionsHasBeenSet =
false;
bool NameHasBeenSet() const
bool ConfidenceHasBeenSet() const
AWS_REKOGNITION_API ProtectiveEquipmentBodyPart(Aws::Utils::Json::JsonView jsonValue)
ProtectiveEquipmentBodyPart & WithConfidence(double value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
ProtectiveEquipmentBodyPart & WithName(BodyPart value)
double GetConfidence() const
void SetName(BodyPart value)
ProtectiveEquipmentBodyPart & AddEquipmentDetections(EquipmentDetectionsT &&value)
bool EquipmentDetectionsHasBeenSet() const
void SetConfidence(double value)
ProtectiveEquipmentBodyPart & WithEquipmentDetections(EquipmentDetectionsT &&value)
AWS_REKOGNITION_API ProtectiveEquipmentBodyPart()=default
AWS_REKOGNITION_API ProtectiveEquipmentBodyPart & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEquipmentDetections(EquipmentDetectionsT &&value)
const Aws::Vector< EquipmentDetection > & GetEquipmentDetections() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue