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/CustomLabel.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace Rekognition {
36 template <
typename CustomLabelsT = Aws::Vector<CustomLabel>>
38 m_customLabelsHasBeenSet =
true;
39 m_customLabels = std::forward<CustomLabelsT>(value);
41 template <
typename CustomLabelsT = Aws::Vector<CustomLabel>>
46 template <
typename CustomLabelsT = CustomLabel>
48 m_customLabelsHasBeenSet =
true;
49 m_customLabels.emplace_back(std::forward<CustomLabelsT>(value));
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
72 bool m_customLabelsHasBeenSet =
false;
73 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
DetectCustomLabelsResult & WithRequestId(RequestIdT &&value)
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