7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/rekognition/Rekognition_EXPORTS.h>
10#include <aws/rekognition/model/Attribute.h>
11#include <aws/rekognition/model/Image.h>
16namespace Rekognition {
46 template <
typename ImageT = Image>
48 m_imageHasBeenSet =
true;
49 m_image = std::forward<ImageT>(value);
51 template <
typename ImageT = Image>
53 SetImage(std::forward<ImageT>(value));
76 template <
typename AttributesT = Aws::Vector<Attribute>>
78 m_attributesHasBeenSet =
true;
79 m_attributes = std::forward<AttributesT>(value);
81 template <
typename AttributesT = Aws::Vector<Attribute>>
87 m_attributesHasBeenSet =
true;
88 m_attributes.push_back(value);
96 bool m_imageHasBeenSet =
false;
97 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