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 template<
typename ImageT = Image>
51 void SetImage(ImageT&& value) { m_imageHasBeenSet =
true; m_image = std::forward<ImageT>(value); }
52 template<
typename ImageT = Image>
66 inline void SetMinConfidence(
double value) { m_minConfidenceHasBeenSet =
true; m_minConfidence = value; }
77 template<
typename HumanLoopConfigT = HumanLoopConfig>
78 void SetHumanLoopConfig(HumanLoopConfigT&& value) { m_humanLoopConfigHasBeenSet =
true; m_humanLoopConfig = std::forward<HumanLoopConfigT>(value); }
79 template<
typename HumanLoopConfigT = HumanLoopConfig>
91 template<
typename ProjectVersionT = Aws::String>
92 void SetProjectVersion(ProjectVersionT&& value) { m_projectVersionHasBeenSet =
true; m_projectVersion = std::forward<ProjectVersionT>(value); }
93 template<
typename ProjectVersionT = Aws::String>
99 bool m_imageHasBeenSet =
false;
101 double m_minConfidence{0.0};
102 bool m_minConfidenceHasBeenSet =
false;
104 HumanLoopConfig m_humanLoopConfig;
105 bool m_humanLoopConfigHasBeenSet =
false;
108 bool m_projectVersionHasBeenSet =
false;
void SetProjectVersion(ProjectVersionT &&value)
double GetMinConfidence() const
bool MinConfidenceHasBeenSet() const
bool ProjectVersionHasBeenSet() const
DetectModerationLabelsRequest & WithHumanLoopConfig(HumanLoopConfigT &&value)
void SetHumanLoopConfig(HumanLoopConfigT &&value)
const Image & GetImage() const
bool HumanLoopConfigHasBeenSet() const
const HumanLoopConfig & GetHumanLoopConfig() const
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ImageHasBeenSet() const
AWS_REKOGNITION_API DetectModerationLabelsRequest()=default
const Aws::String & GetProjectVersion() const
void SetMinConfidence(double value)
DetectModerationLabelsRequest & WithImage(ImageT &&value)
DetectModerationLabelsRequest & WithProjectVersion(ProjectVersionT &&value)
AWS_REKOGNITION_API Aws::String SerializePayload() const override
void SetImage(ImageT &&value)
DetectModerationLabelsRequest & WithMinConfidence(double 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