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;
112 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
const Aws::Vector< ContentType > & GetContentTypes() const
DetectModerationLabelsResult & WithContentTypes(Aws::Vector< ContentType > &&value)
const Aws::String & GetProjectVersion() const
AWS_REKOGNITION_API DetectModerationLabelsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DetectModerationLabelsResult & WithModerationModelVersion(Aws::String &&value)
void SetModerationModelVersion(const Aws::String &value)
DetectModerationLabelsResult & AddModerationLabels(const ModerationLabel &value)
DetectModerationLabelsResult & WithRequestId(const char *value)
AWS_REKOGNITION_API DetectModerationLabelsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DetectModerationLabelsResult & WithModerationModelVersion(const char *value)
void SetModerationModelVersion(const char *value)
DetectModerationLabelsResult & WithRequestId(Aws::String &&value)
void SetHumanLoopActivationOutput(const HumanLoopActivationOutput &value)
void SetContentTypes(const Aws::Vector< ContentType > &value)
DetectModerationLabelsResult & WithHumanLoopActivationOutput(const HumanLoopActivationOutput &value)
void SetProjectVersion(Aws::String &&value)
void SetRequestId(Aws::String &&value)
void SetProjectVersion(const char *value)
const Aws::String & GetRequestId() const
DetectModerationLabelsResult & WithHumanLoopActivationOutput(HumanLoopActivationOutput &&value)
DetectModerationLabelsResult & WithProjectVersion(const char *value)
DetectModerationLabelsResult & AddContentTypes(ContentType &&value)
DetectModerationLabelsResult & WithContentTypes(const Aws::Vector< ContentType > &value)
const HumanLoopActivationOutput & GetHumanLoopActivationOutput() const
const Aws::Vector< ModerationLabel > & GetModerationLabels() const
DetectModerationLabelsResult & AddModerationLabels(ModerationLabel &&value)
void SetProjectVersion(const Aws::String &value)
DetectModerationLabelsResult & AddContentTypes(const ContentType &value)
const Aws::String & GetModerationModelVersion() const
DetectModerationLabelsResult & WithModerationLabels(const Aws::Vector< ModerationLabel > &value)
void SetModerationLabels(const Aws::Vector< ModerationLabel > &value)
void SetModerationLabels(Aws::Vector< ModerationLabel > &&value)
void SetModerationModelVersion(Aws::String &&value)
void SetContentTypes(Aws::Vector< ContentType > &&value)
DetectModerationLabelsResult & WithProjectVersion(const Aws::String &value)
AWS_REKOGNITION_API DetectModerationLabelsResult()
DetectModerationLabelsResult & WithModerationModelVersion(const Aws::String &value)
DetectModerationLabelsResult & WithProjectVersion(Aws::String &&value)
DetectModerationLabelsResult & WithModerationLabels(Aws::Vector< ModerationLabel > &&value)
void SetHumanLoopActivationOutput(HumanLoopActivationOutput &&value)
void SetRequestId(const char *value)
DetectModerationLabelsResult & WithRequestId(const Aws::String &value)
void SetRequestId(const Aws::String &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