7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rekognition/model/ProtectiveEquipmentType.h>
63 inline void SetMinConfidence(
double value) { m_minConfidenceHasBeenSet =
true; m_minConfidence = value; }
86 double m_minConfidence;
87 bool m_minConfidenceHasBeenSet =
false;
90 bool m_requiredEquipmentTypesHasBeenSet =
false;
ProtectiveEquipmentSummarizationAttributes & AddRequiredEquipmentTypes(ProtectiveEquipmentType &&value)
AWS_REKOGNITION_API ProtectiveEquipmentSummarizationAttributes(Aws::Utils::Json::JsonView jsonValue)
void SetMinConfidence(double value)
bool MinConfidenceHasBeenSet() const
const Aws::Vector< ProtectiveEquipmentType > & GetRequiredEquipmentTypes() const
ProtectiveEquipmentSummarizationAttributes & AddRequiredEquipmentTypes(const ProtectiveEquipmentType &value)
void SetRequiredEquipmentTypes(const Aws::Vector< ProtectiveEquipmentType > &value)
double GetMinConfidence() const
ProtectiveEquipmentSummarizationAttributes & WithRequiredEquipmentTypes(Aws::Vector< ProtectiveEquipmentType > &&value)
bool RequiredEquipmentTypesHasBeenSet() const
ProtectiveEquipmentSummarizationAttributes & WithRequiredEquipmentTypes(const Aws::Vector< ProtectiveEquipmentType > &value)
AWS_REKOGNITION_API ProtectiveEquipmentSummarizationAttributes()
AWS_REKOGNITION_API ProtectiveEquipmentSummarizationAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
ProtectiveEquipmentSummarizationAttributes & WithMinConfidence(double value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRequiredEquipmentTypes(Aws::Vector< ProtectiveEquipmentType > &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue