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>
49 inline void SetProjectVersionArn(
const char* value) { m_projectVersionArnHasBeenSet =
true; m_projectVersionArn.assign(value); }
59 inline void SetImage(
const Image& value) { m_imageHasBeenSet =
true; m_image = value; }
60 inline void SetImage(
Image&& value) { m_imageHasBeenSet =
true; m_image = std::move(value); }
73 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
89 inline void SetMinConfidence(
double value) { m_minConfidenceHasBeenSet =
true; m_minConfidence = value; }
95 bool m_projectVersionArnHasBeenSet =
false;
98 bool m_imageHasBeenSet =
false;
101 bool m_maxResultsHasBeenSet =
false;
103 double m_minConfidence;
104 bool m_minConfidenceHasBeenSet =
false;
bool ProjectVersionArnHasBeenSet() const
AWS_REKOGNITION_API Aws::String SerializePayload() const override
bool ImageHasBeenSet() const
void SetProjectVersionArn(const char *value)
DetectCustomLabelsRequest & WithMaxResults(int value)
const Image & GetImage() const
AWS_REKOGNITION_API DetectCustomLabelsRequest()
DetectCustomLabelsRequest & WithMinConfidence(double value)
const Aws::String & GetProjectVersionArn() const
DetectCustomLabelsRequest & WithProjectVersionArn(Aws::String &&value)
double GetMinConfidence() const
void SetMaxResults(int value)
void SetImage(Image &&value)
void SetProjectVersionArn(Aws::String &&value)
void SetImage(const Image &value)
int GetMaxResults() const
DetectCustomLabelsRequest & WithImage(const Image &value)
DetectCustomLabelsRequest & WithImage(Image &&value)
DetectCustomLabelsRequest & WithProjectVersionArn(const char *value)
void SetProjectVersionArn(const Aws::String &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(const Aws::String &value)
bool MaxResultsHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String