7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/rekognition/Rekognition_EXPORTS.h>
9#include <aws/rekognition/model/ProtectiveEquipmentType.h>
20namespace Rekognition {
58 m_minConfidenceHasBeenSet =
true;
59 m_minConfidence = value;
77 template <
typename RequiredEquipmentTypesT = Aws::Vector<ProtectiveEquipmentType>>
79 m_requiredEquipmentTypesHasBeenSet =
true;
80 m_requiredEquipmentTypes = std::forward<RequiredEquipmentTypesT>(value);
82 template <
typename RequiredEquipmentTypesT = Aws::Vector<ProtectiveEquipmentType>>
88 m_requiredEquipmentTypesHasBeenSet =
true;
89 m_requiredEquipmentTypes.push_back(value);
94 double m_minConfidence{0.0};
97 bool m_minConfidenceHasBeenSet =
false;
98 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