7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rekognition/Rekognition_EXPORTS.h>
10#include <aws/rekognition/model/ProtectiveEquipmentPerson.h>
11#include <aws/rekognition/model/ProtectiveEquipmentSummary.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace Rekognition {
38 template <
typename ProtectiveEquipmentModelVersionT = Aws::String>
40 m_protectiveEquipmentModelVersionHasBeenSet =
true;
41 m_protectiveEquipmentModelVersion = std::forward<ProtectiveEquipmentModelVersionT>(value);
43 template <
typename ProtectiveEquipmentModelVersionT = Aws::String>
56 template <
typename PersonsT = Aws::Vector<ProtectiveEquipmentPerson>>
58 m_personsHasBeenSet =
true;
59 m_persons = std::forward<PersonsT>(value);
61 template <
typename PersonsT = Aws::Vector<ProtectiveEquipmentPerson>>
66 template <
typename PersonsT = ProtectiveEquipmentPerson>
68 m_personsHasBeenSet =
true;
69 m_persons.emplace_back(std::forward<PersonsT>(value));
80 template <
typename SummaryT = ProtectiveEquipmentSummary>
82 m_summaryHasBeenSet =
true;
83 m_summary = std::forward<SummaryT>(value);
85 template <
typename SummaryT = ProtectiveEquipmentSummary>
95 template <
typename RequestIdT = Aws::String>
97 m_requestIdHasBeenSet =
true;
98 m_requestId = std::forward<RequestIdT>(value);
100 template <
typename RequestIdT = Aws::String>
108 bool m_protectiveEquipmentModelVersionHasBeenSet =
false;
111 bool m_personsHasBeenSet =
false;
114 bool m_summaryHasBeenSet =
false;
117 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
const Aws::String & GetProtectiveEquipmentModelVersion() const
const ProtectiveEquipmentSummary & GetSummary() const
DetectProtectiveEquipmentResult & AddPersons(PersonsT &&value)
AWS_REKOGNITION_API DetectProtectiveEquipmentResult()=default
DetectProtectiveEquipmentResult & WithProtectiveEquipmentModelVersion(ProtectiveEquipmentModelVersionT &&value)
void SetProtectiveEquipmentModelVersion(ProtectiveEquipmentModelVersionT &&value)
DetectProtectiveEquipmentResult & WithRequestId(RequestIdT &&value)
const Aws::Vector< ProtectiveEquipmentPerson > & GetPersons() const
AWS_REKOGNITION_API DetectProtectiveEquipmentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
DetectProtectiveEquipmentResult & WithSummary(SummaryT &&value)
void SetSummary(SummaryT &&value)
void SetPersons(PersonsT &&value)
AWS_REKOGNITION_API DetectProtectiveEquipmentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DetectProtectiveEquipmentResult & WithPersons(PersonsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue