7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rekognition/model/HumanLoopActivationOutput.h>
11#include <aws/rekognition/model/ModerationLabel.h>
12#include <aws/rekognition/model/ContentType.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
45 template<
typename ModerationLabelsT = Aws::Vector<ModerationLabel>>
46 void SetModerationLabels(ModerationLabelsT&& value) { m_moderationLabelsHasBeenSet =
true; m_moderationLabels = std::forward<ModerationLabelsT>(value); }
47 template<
typename ModerationLabelsT = Aws::Vector<ModerationLabel>>
49 template<
typename ModerationLabelsT = ModerationLabel>
59 template<
typename ModerationModelVersionT = Aws::String>
60 void SetModerationModelVersion(ModerationModelVersionT&& value) { m_moderationModelVersionHasBeenSet =
true; m_moderationModelVersion = std::forward<ModerationModelVersionT>(value); }
61 template<
typename ModerationModelVersionT = Aws::String>
70 template<
typename HumanLoopActivationOutputT = HumanLoopActivationOutput>
71 void SetHumanLoopActivationOutput(HumanLoopActivationOutputT&& value) { m_humanLoopActivationOutputHasBeenSet =
true; m_humanLoopActivationOutput = std::forward<HumanLoopActivationOutputT>(value); }
72 template<
typename HumanLoopActivationOutputT = HumanLoopActivationOutput>
83 template<
typename ProjectVersionT = Aws::String>
84 void SetProjectVersion(ProjectVersionT&& value) { m_projectVersionHasBeenSet =
true; m_projectVersion = std::forward<ProjectVersionT>(value); }
85 template<
typename ProjectVersionT = Aws::String>
95 template<
typename ContentTypesT = Aws::Vector<ContentType>>
96 void SetContentTypes(ContentTypesT&& value) { m_contentTypesHasBeenSet =
true; m_contentTypes = std::forward<ContentTypesT>(value); }
97 template<
typename ContentTypesT = Aws::Vector<ContentType>>
99 template<
typename ContentTypesT = ContentType>
106 template<
typename RequestIdT = Aws::String>
107 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
108 template<
typename RequestIdT = Aws::String>
114 bool m_moderationLabelsHasBeenSet =
false;
117 bool m_moderationModelVersionHasBeenSet =
false;
120 bool m_humanLoopActivationOutputHasBeenSet =
false;
123 bool m_projectVersionHasBeenSet =
false;
126 bool m_contentTypesHasBeenSet =
false;
129 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