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; }
77 template<
typename RequiredEquipmentTypesT = Aws::Vector<ProtectiveEquipmentType>>
78 void SetRequiredEquipmentTypes(RequiredEquipmentTypesT&& value) { m_requiredEquipmentTypesHasBeenSet =
true; m_requiredEquipmentTypes = std::forward<RequiredEquipmentTypesT>(value); }
79 template<
typename RequiredEquipmentTypesT = Aws::Vector<ProtectiveEquipmentType>>
85 double m_minConfidence{0.0};
86 bool m_minConfidenceHasBeenSet =
false;
89 bool m_requiredEquipmentTypesHasBeenSet =
false;
void SetRequiredEquipmentTypes(RequiredEquipmentTypesT &&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(ProtectiveEquipmentType value)
double GetMinConfidence() const
bool RequiredEquipmentTypesHasBeenSet() const
AWS_REKOGNITION_API ProtectiveEquipmentSummarizationAttributes()=default
ProtectiveEquipmentSummarizationAttributes & WithRequiredEquipmentTypes(RequiredEquipmentTypesT &&value)
AWS_REKOGNITION_API ProtectiveEquipmentSummarizationAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
ProtectiveEquipmentSummarizationAttributes & WithMinConfidence(double value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue