7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/rekognition/model/ProtectiveEquipmentSummary.h>
11#include <aws/rekognition/model/ProtectiveEquipmentPerson.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
83 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetPersons(Aws::Vector< ProtectiveEquipmentPerson > &&value)
void SetProtectiveEquipmentModelVersion(Aws::String &&value)
void SetRequestId(const Aws::String &value)
DetectProtectiveEquipmentResult & WithProtectiveEquipmentModelVersion(Aws::String &&value)
DetectProtectiveEquipmentResult & AddPersons(const ProtectiveEquipmentPerson &value)
const Aws::String & GetRequestId() const
void SetProtectiveEquipmentModelVersion(const Aws::String &value)
DetectProtectiveEquipmentResult & AddPersons(ProtectiveEquipmentPerson &&value)
void SetProtectiveEquipmentModelVersion(const char *value)
const Aws::String & GetProtectiveEquipmentModelVersion() const
AWS_REKOGNITION_API DetectProtectiveEquipmentResult()
const ProtectiveEquipmentSummary & GetSummary() const
DetectProtectiveEquipmentResult & WithSummary(const ProtectiveEquipmentSummary &value)
DetectProtectiveEquipmentResult & WithRequestId(const Aws::String &value)
DetectProtectiveEquipmentResult & WithProtectiveEquipmentModelVersion(const Aws::String &value)
void SetSummary(ProtectiveEquipmentSummary &&value)
const Aws::Vector< ProtectiveEquipmentPerson > & GetPersons() const
DetectProtectiveEquipmentResult & WithProtectiveEquipmentModelVersion(const char *value)
DetectProtectiveEquipmentResult & WithRequestId(const char *value)
void SetSummary(const ProtectiveEquipmentSummary &value)
AWS_REKOGNITION_API DetectProtectiveEquipmentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DetectProtectiveEquipmentResult & WithRequestId(Aws::String &&value)
void SetRequestId(const char *value)
DetectProtectiveEquipmentResult & WithSummary(ProtectiveEquipmentSummary &&value)
void SetRequestId(Aws::String &&value)
DetectProtectiveEquipmentResult & WithPersons(const Aws::Vector< ProtectiveEquipmentPerson > &value)
void SetPersons(const Aws::Vector< ProtectiveEquipmentPerson > &value)
DetectProtectiveEquipmentResult & WithPersons(Aws::Vector< ProtectiveEquipmentPerson > &&value)
AWS_REKOGNITION_API DetectProtectiveEquipmentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue