7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rekognition/model/Image.h>
47 template<
typename ProjectVersionArnT = Aws::String>
48 void SetProjectVersionArn(ProjectVersionArnT&& value) { m_projectVersionArnHasBeenSet =
true; m_projectVersionArn = std::forward<ProjectVersionArnT>(value); }
49 template<
typename ProjectVersionArnT = Aws::String>
57 template<
typename ImageT = Image>
58 void SetImage(ImageT&& value) { m_imageHasBeenSet =
true; m_image = std::forward<ImageT>(value); }
59 template<
typename ImageT = Image>
71 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
87 inline void SetMinConfidence(
double value) { m_minConfidenceHasBeenSet =
true; m_minConfidence = value; }
93 bool m_projectVersionArnHasBeenSet =
false;
96 bool m_imageHasBeenSet =
false;
99 bool m_maxResultsHasBeenSet =
false;
101 double m_minConfidence{0.0};
102 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