7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rekognition/model/OrientationCorrection.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/rekognition/model/DetectLabelsImageProperties.h>
12#include <aws/rekognition/model/Label.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
104 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
DetectLabelsResult & WithLabelModelVersion(const Aws::String &value)
void SetLabels(Aws::Vector< Label > &&value)
void SetLabelModelVersion(Aws::String &&value)
DetectLabelsResult & WithLabelModelVersion(const char *value)
void SetRequestId(const char *value)
DetectLabelsResult & WithLabelModelVersion(Aws::String &&value)
DetectLabelsResult & WithImageProperties(DetectLabelsImageProperties &&value)
void SetLabelModelVersion(const Aws::String &value)
DetectLabelsResult & WithImageProperties(const DetectLabelsImageProperties &value)
void SetOrientationCorrection(OrientationCorrection &&value)
const Aws::String & GetLabelModelVersion() const
const Aws::String & GetRequestId() const
void SetLabelModelVersion(const char *value)
DetectLabelsResult & AddLabels(Label &&value)
DetectLabelsResult & WithRequestId(const Aws::String &value)
void SetRequestId(const Aws::String &value)
AWS_REKOGNITION_API DetectLabelsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const DetectLabelsImageProperties & GetImageProperties() const
const OrientationCorrection & GetOrientationCorrection() const
void SetImageProperties(const DetectLabelsImageProperties &value)
DetectLabelsResult & WithLabels(Aws::Vector< Label > &&value)
const Aws::Vector< Label > & GetLabels() const
AWS_REKOGNITION_API DetectLabelsResult()
DetectLabelsResult & WithRequestId(Aws::String &&value)
DetectLabelsResult & WithRequestId(const char *value)
void SetImageProperties(DetectLabelsImageProperties &&value)
DetectLabelsResult & WithOrientationCorrection(const OrientationCorrection &value)
AWS_REKOGNITION_API DetectLabelsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLabels(const Aws::Vector< Label > &value)
void SetRequestId(Aws::String &&value)
DetectLabelsResult & WithLabels(const Aws::Vector< Label > &value)
DetectLabelsResult & WithOrientationCorrection(OrientationCorrection &&value)
DetectLabelsResult & AddLabels(const Label &value)
void SetOrientationCorrection(const OrientationCorrection &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