7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rekognition/model/OrientationCorrection.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/rekognition/model/FaceRecord.h>
12#include <aws/rekognition/model/UnindexedFace.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
119 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetRequestId(Aws::String &&value)
void SetFaceModelVersion(const char *value)
IndexFacesResult & WithFaceModelVersion(const char *value)
IndexFacesResult & WithOrientationCorrection(const OrientationCorrection &value)
IndexFacesResult & WithFaceModelVersion(Aws::String &&value)
const Aws::String & GetFaceModelVersion() const
IndexFacesResult & AddUnindexedFaces(UnindexedFace &&value)
AWS_REKOGNITION_API IndexFacesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetUnindexedFaces(const Aws::Vector< UnindexedFace > &value)
const Aws::Vector< FaceRecord > & GetFaceRecords() const
IndexFacesResult & WithRequestId(const Aws::String &value)
AWS_REKOGNITION_API IndexFacesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
IndexFacesResult & WithFaceRecords(Aws::Vector< FaceRecord > &&value)
void SetRequestId(const Aws::String &value)
void SetUnindexedFaces(Aws::Vector< UnindexedFace > &&value)
void SetOrientationCorrection(const OrientationCorrection &value)
IndexFacesResult & WithRequestId(Aws::String &&value)
void SetFaceRecords(const Aws::Vector< FaceRecord > &value)
IndexFacesResult & WithUnindexedFaces(Aws::Vector< UnindexedFace > &&value)
IndexFacesResult & WithFaceRecords(const Aws::Vector< FaceRecord > &value)
IndexFacesResult & WithOrientationCorrection(OrientationCorrection &&value)
const Aws::Vector< UnindexedFace > & GetUnindexedFaces() const
void SetFaceModelVersion(const Aws::String &value)
void SetRequestId(const char *value)
const Aws::String & GetRequestId() const
IndexFacesResult & WithUnindexedFaces(const Aws::Vector< UnindexedFace > &value)
IndexFacesResult & AddUnindexedFaces(const UnindexedFace &value)
const OrientationCorrection & GetOrientationCorrection() const
IndexFacesResult & WithFaceModelVersion(const Aws::String &value)
void SetFaceRecords(Aws::Vector< FaceRecord > &&value)
IndexFacesResult & WithRequestId(const char *value)
void SetOrientationCorrection(OrientationCorrection &&value)
IndexFacesResult & AddFaceRecords(FaceRecord &&value)
IndexFacesResult & AddFaceRecords(const FaceRecord &value)
void SetFaceModelVersion(Aws::String &&value)
AWS_REKOGNITION_API IndexFacesResult()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue