AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ProtectiveEquipmentSummarizationAttributes.h
1
6#pragma once
7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rekognition/model/ProtectiveEquipmentType.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Rekognition
23{
24namespace Model
25{
26
42 {
43 public:
47 AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const;
48
49
51
61 inline double GetMinConfidence() const{ return m_minConfidence; }
62 inline bool MinConfidenceHasBeenSet() const { return m_minConfidenceHasBeenSet; }
63 inline void SetMinConfidence(double value) { m_minConfidenceHasBeenSet = true; m_minConfidence = value; }
66
68
75 inline const Aws::Vector<ProtectiveEquipmentType>& GetRequiredEquipmentTypes() const{ return m_requiredEquipmentTypes; }
76 inline bool RequiredEquipmentTypesHasBeenSet() const { return m_requiredEquipmentTypesHasBeenSet; }
77 inline void SetRequiredEquipmentTypes(const Aws::Vector<ProtectiveEquipmentType>& value) { m_requiredEquipmentTypesHasBeenSet = true; m_requiredEquipmentTypes = value; }
78 inline void SetRequiredEquipmentTypes(Aws::Vector<ProtectiveEquipmentType>&& value) { m_requiredEquipmentTypesHasBeenSet = true; m_requiredEquipmentTypes = std::move(value); }
81 inline ProtectiveEquipmentSummarizationAttributes& AddRequiredEquipmentTypes(const ProtectiveEquipmentType& value) { m_requiredEquipmentTypesHasBeenSet = true; m_requiredEquipmentTypes.push_back(value); return *this; }
82 inline ProtectiveEquipmentSummarizationAttributes& AddRequiredEquipmentTypes(ProtectiveEquipmentType&& value) { m_requiredEquipmentTypesHasBeenSet = true; m_requiredEquipmentTypes.push_back(std::move(value)); return *this; }
84 private:
85
86 double m_minConfidence;
87 bool m_minConfidenceHasBeenSet = false;
88
89 Aws::Vector<ProtectiveEquipmentType> m_requiredEquipmentTypes;
90 bool m_requiredEquipmentTypesHasBeenSet = false;
91 };
92
93} // namespace Model
94} // namespace Rekognition
95} // namespace Aws
ProtectiveEquipmentSummarizationAttributes & AddRequiredEquipmentTypes(ProtectiveEquipmentType &&value)
AWS_REKOGNITION_API ProtectiveEquipmentSummarizationAttributes(Aws::Utils::Json::JsonView jsonValue)
ProtectiveEquipmentSummarizationAttributes & AddRequiredEquipmentTypes(const ProtectiveEquipmentType &value)
void SetRequiredEquipmentTypes(const Aws::Vector< ProtectiveEquipmentType > &value)
ProtectiveEquipmentSummarizationAttributes & WithRequiredEquipmentTypes(Aws::Vector< ProtectiveEquipmentType > &&value)
ProtectiveEquipmentSummarizationAttributes & WithRequiredEquipmentTypes(const Aws::Vector< ProtectiveEquipmentType > &value)
AWS_REKOGNITION_API ProtectiveEquipmentSummarizationAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue