7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/rekognition/Rekognition_EXPORTS.h>
10#include <aws/rekognition/model/Image.h>
15namespace Rekognition {
43 template <
typename ProjectVersionArnT = Aws::String>
45 m_projectVersionArnHasBeenSet =
true;
46 m_projectVersionArn = std::forward<ProjectVersionArnT>(value);
48 template <
typename ProjectVersionArnT = Aws::String>
59 template <
typename ImageT = Image>
61 m_imageHasBeenSet =
true;
62 m_image = std::forward<ImageT>(value);
64 template <
typename ImageT = Image>
66 SetImage(std::forward<ImageT>(value));
80 m_maxResultsHasBeenSet =
true;
102 m_minConfidenceHasBeenSet =
true;
103 m_minConfidence = value;
117 double m_minConfidence{0.0};
118 bool m_projectVersionArnHasBeenSet =
false;
119 bool m_imageHasBeenSet =
false;
120 bool m_maxResultsHasBeenSet =
false;
121 bool m_minConfidenceHasBeenSet =
false;
bool ProjectVersionArnHasBeenSet() const
AWS_REKOGNITION_API Aws::String SerializePayload() const override
bool ImageHasBeenSet() const
DetectCustomLabelsRequest & WithMaxResults(int value)
const Image & GetImage() const
DetectCustomLabelsRequest & WithMinConfidence(double value)
const Aws::String & GetProjectVersionArn() const
DetectCustomLabelsRequest & WithImage(ImageT &&value)
double GetMinConfidence() const
void SetMaxResults(int value)
int GetMaxResults() const
void SetImage(ImageT &&value)
AWS_REKOGNITION_API DetectCustomLabelsRequest()=default
void SetProjectVersionArn(ProjectVersionArnT &&value)
bool MinConfidenceHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMinConfidence(double value)
DetectCustomLabelsRequest & WithProjectVersionArn(ProjectVersionArnT &&value)
bool MaxResultsHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String