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/HumanLoopConfig.h>
11#include <aws/rekognition/model/Image.h>
16namespace Rekognition {
46 template <
typename ImageT = Image>
48 m_imageHasBeenSet =
true;
49 m_image = std::forward<ImageT>(value);
51 template <
typename ImageT = Image>
53 SetImage(std::forward<ImageT>(value));
69 m_minConfidenceHasBeenSet =
true;
70 m_minConfidence = value;
85 template <
typename HumanLoopConfigT = HumanLoopConfig>
87 m_humanLoopConfigHasBeenSet =
true;
88 m_humanLoopConfig = std::forward<HumanLoopConfigT>(value);
90 template <
typename HumanLoopConfigT = HumanLoopConfig>
105 template <
typename ProjectVersionT = Aws::String>
107 m_projectVersionHasBeenSet =
true;
108 m_projectVersion = std::forward<ProjectVersionT>(value);
110 template <
typename ProjectVersionT = Aws::String>
118 bool m_imageHasBeenSet =
false;
120 double m_minConfidence{0.0};
121 bool m_minConfidenceHasBeenSet =
false;
123 HumanLoopConfig m_humanLoopConfig;
124 bool m_humanLoopConfigHasBeenSet =
false;
127 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