7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/rekognition/model/Image.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/rekognition/model/Attribute.h>
50 template<
typename ImageT = Image>
51 void SetImage(ImageT&& value) { m_imageHasBeenSet =
true; m_image = std::forward<ImageT>(value); }
52 template<
typename ImageT = Image>
74 template<
typename AttributesT = Aws::Vector<Attribute>>
75 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
76 template<
typename AttributesT = Aws::Vector<Attribute>>
83 bool m_imageHasBeenSet =
false;
86 bool m_attributesHasBeenSet =
false;
AWS_REKOGNITION_API Aws::String SerializePayload() const override
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Attribute > & GetAttributes() const
AWS_REKOGNITION_API DetectFacesRequest()=default
bool ImageHasBeenSet() const
DetectFacesRequest & AddAttributes(Attribute value)
void SetImage(ImageT &&value)
DetectFacesRequest & WithAttributes(AttributesT &&value)
DetectFacesRequest & WithImage(ImageT &&value)
virtual const char * GetServiceRequestName() const override
const Image & GetImage() const
bool AttributesHasBeenSet() const
void SetAttributes(AttributesT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector