AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MediaAnalysisDetectModerationLabelsConfig.h
1
6#pragma once
7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Rekognition
22{
23namespace Model
24{
25
32 {
33 public:
37 AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
46 inline double GetMinConfidence() const{ return m_minConfidence; }
47 inline bool MinConfidenceHasBeenSet() const { return m_minConfidenceHasBeenSet; }
48 inline void SetMinConfidence(double value) { m_minConfidenceHasBeenSet = true; m_minConfidence = value; }
51
53
57 inline const Aws::String& GetProjectVersion() const{ return m_projectVersion; }
58 inline bool ProjectVersionHasBeenSet() const { return m_projectVersionHasBeenSet; }
59 inline void SetProjectVersion(const Aws::String& value) { m_projectVersionHasBeenSet = true; m_projectVersion = value; }
60 inline void SetProjectVersion(Aws::String&& value) { m_projectVersionHasBeenSet = true; m_projectVersion = std::move(value); }
61 inline void SetProjectVersion(const char* value) { m_projectVersionHasBeenSet = true; m_projectVersion.assign(value); }
64 inline MediaAnalysisDetectModerationLabelsConfig& WithProjectVersion(const char* value) { SetProjectVersion(value); return *this;}
66 private:
67
68 double m_minConfidence;
69 bool m_minConfidenceHasBeenSet = false;
70
71 Aws::String m_projectVersion;
72 bool m_projectVersionHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace Rekognition
77} // namespace Aws
MediaAnalysisDetectModerationLabelsConfig & WithProjectVersion(Aws::String &&value)
MediaAnalysisDetectModerationLabelsConfig & WithProjectVersion(const char *value)
AWS_REKOGNITION_API MediaAnalysisDetectModerationLabelsConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_REKOGNITION_API MediaAnalysisDetectModerationLabelsConfig(Aws::Utils::Json::JsonView jsonValue)
MediaAnalysisDetectModerationLabelsConfig & WithProjectVersion(const Aws::String &value)
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue