7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rekognition/Rekognition_EXPORTS.h>
10#include <aws/rekognition/model/ContentType.h>
11#include <aws/rekognition/model/HumanLoopActivationOutput.h>
12#include <aws/rekognition/model/ModerationLabel.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace Rekognition {
39 template <
typename ModerationLabelsT = Aws::Vector<ModerationLabel>>
41 m_moderationLabelsHasBeenSet =
true;
42 m_moderationLabels = std::forward<ModerationLabelsT>(value);
44 template <
typename ModerationLabelsT = Aws::Vector<ModerationLabel>>
49 template <
typename ModerationLabelsT = ModerationLabel>
51 m_moderationLabelsHasBeenSet =
true;
52 m_moderationLabels.emplace_back(std::forward<ModerationLabelsT>(value));
63 template <
typename ModerationModelVersionT = Aws::String>
65 m_moderationModelVersionHasBeenSet =
true;
66 m_moderationModelVersion = std::forward<ModerationModelVersionT>(value);
68 template <
typename ModerationModelVersionT = Aws::String>
80 template <
typename HumanLoopActivationOutputT = HumanLoopActivationOutput>
82 m_humanLoopActivationOutputHasBeenSet =
true;
83 m_humanLoopActivationOutput = std::forward<HumanLoopActivationOutputT>(value);
85 template <
typename HumanLoopActivationOutputT = HumanLoopActivationOutput>
99 template <
typename ProjectVersionT = Aws::String>
101 m_projectVersionHasBeenSet =
true;
102 m_projectVersion = std::forward<ProjectVersionT>(value);
104 template <
typename ProjectVersionT = Aws::String>
117 template <
typename ContentTypesT = Aws::Vector<ContentType>>
119 m_contentTypesHasBeenSet =
true;
120 m_contentTypes = std::forward<ContentTypesT>(value);
122 template <
typename ContentTypesT = Aws::Vector<ContentType>>
127 template <
typename ContentTypesT = ContentType>
129 m_contentTypesHasBeenSet =
true;
130 m_contentTypes.emplace_back(std::forward<ContentTypesT>(value));
138 template <
typename RequestIdT = Aws::String>
140 m_requestIdHasBeenSet =
true;
141 m_requestId = std::forward<RequestIdT>(value);
143 template <
typename RequestIdT = Aws::String>
161 bool m_moderationLabelsHasBeenSet =
false;
162 bool m_moderationModelVersionHasBeenSet =
false;
163 bool m_humanLoopActivationOutputHasBeenSet =
false;
164 bool m_projectVersionHasBeenSet =
false;
165 bool m_contentTypesHasBeenSet =
false;
166 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< ContentType > & GetContentTypes() const
void SetHumanLoopActivationOutput(HumanLoopActivationOutputT &&value)
DetectModerationLabelsResult & WithModerationLabels(ModerationLabelsT &&value)
const Aws::String & GetProjectVersion() const
AWS_REKOGNITION_API DetectModerationLabelsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DetectModerationLabelsResult & AddModerationLabels(ModerationLabelsT &&value)
AWS_REKOGNITION_API DetectModerationLabelsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DetectModerationLabelsResult & AddContentTypes(ContentTypesT &&value)
DetectModerationLabelsResult & WithProjectVersion(ProjectVersionT &&value)
void SetRequestId(RequestIdT &&value)
void SetModerationLabels(ModerationLabelsT &&value)
DetectModerationLabelsResult & WithContentTypes(ContentTypesT &&value)
DetectModerationLabelsResult & WithHumanLoopActivationOutput(HumanLoopActivationOutputT &&value)
DetectModerationLabelsResult & WithModerationModelVersion(ModerationModelVersionT &&value)
const Aws::String & GetRequestId() const
DetectModerationLabelsResult & WithRequestId(RequestIdT &&value)
AWS_REKOGNITION_API DetectModerationLabelsResult()=default
const HumanLoopActivationOutput & GetHumanLoopActivationOutput() const
const Aws::Vector< ModerationLabel > & GetModerationLabels() const
void SetContentTypes(ContentTypesT &&value)
const Aws::String & GetModerationModelVersion() const
void SetProjectVersion(ProjectVersionT &&value)
void SetModerationModelVersion(ModerationModelVersionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue