7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/rekognition/model/Image.h>
10#include <aws/rekognition/model/HumanLoopConfig.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetImage(
const Image& value) { m_imageHasBeenSet =
true; m_image = value; }
51 inline void SetImage(
Image&& value) { m_imageHasBeenSet =
true; m_image = std::move(value); }
66 inline void SetMinConfidence(
double value) { m_minConfidenceHasBeenSet =
true; m_minConfidence = value; }
93 inline void SetProjectVersion(
const char* value) { m_projectVersionHasBeenSet =
true; m_projectVersion.assign(value); }
101 bool m_imageHasBeenSet =
false;
103 double m_minConfidence;
104 bool m_minConfidenceHasBeenSet =
false;
107 bool m_humanLoopConfigHasBeenSet =
false;
110 bool m_projectVersionHasBeenSet =
false;
DetectModerationLabelsRequest & WithImage(const Image &value)
void SetHumanLoopConfig(HumanLoopConfig &&value)
double GetMinConfidence() const
bool MinConfidenceHasBeenSet() const
void SetProjectVersion(Aws::String &&value)
void SetImage(Image &&value)
bool ProjectVersionHasBeenSet() const
const Image & GetImage() const
AWS_REKOGNITION_API DetectModerationLabelsRequest()
DetectModerationLabelsRequest & WithProjectVersion(const Aws::String &value)
bool HumanLoopConfigHasBeenSet() const
const HumanLoopConfig & GetHumanLoopConfig() const
DetectModerationLabelsRequest & WithProjectVersion(const char *value)
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DetectModerationLabelsRequest & WithProjectVersion(Aws::String &&value)
bool ImageHasBeenSet() const
void SetImage(const Image &value)
const Aws::String & GetProjectVersion() const
void SetMinConfidence(double value)
DetectModerationLabelsRequest & WithHumanLoopConfig(HumanLoopConfig &&value)
void SetProjectVersion(const char *value)
AWS_REKOGNITION_API Aws::String SerializePayload() const override
DetectModerationLabelsRequest & WithHumanLoopConfig(const HumanLoopConfig &value)
void SetProjectVersion(const Aws::String &value)
void SetHumanLoopConfig(const HumanLoopConfig &value)
DetectModerationLabelsRequest & WithMinConfidence(double value)
DetectModerationLabelsRequest & WithImage(Image &&value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String