7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/rekognition/Rekognition_EXPORTS.h>
11#include <aws/rekognition/model/CustomLabel.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace Rekognition {
37 template <
typename CustomLabelsT = Aws::Vector<CustomLabel>>
39 m_customLabelsHasBeenSet =
true;
40 m_customLabels = std::forward<CustomLabelsT>(value);
42 template <
typename CustomLabelsT = Aws::Vector<CustomLabel>>
47 template <
typename CustomLabelsT = CustomLabel>
49 m_customLabelsHasBeenSet =
true;
50 m_customLabels.emplace_back(std::forward<CustomLabelsT>(value));
58 template <
typename RequestIdT = Aws::String>
60 m_requestIdHasBeenSet =
true;
61 m_requestId = std::forward<RequestIdT>(value);
63 template <
typename RequestIdT = Aws::String>
76 bool m_customLabelsHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
DetectCustomLabelsResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_REKOGNITION_API DetectCustomLabelsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_REKOGNITION_API DetectCustomLabelsResult()=default
const Aws::Vector< CustomLabel > & GetCustomLabels() const
DetectCustomLabelsResult & WithCustomLabels(CustomLabelsT &&value)
DetectCustomLabelsResult & AddCustomLabels(CustomLabelsT &&value)
AWS_REKOGNITION_API DetectCustomLabelsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetCustomLabels(CustomLabelsT &&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