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/ProjectVersionDescription.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace Rekognition {
38 template <
typename ProjectVersionDescriptionsT = Aws::Vector<ProjectVersionDescription>>
40 m_projectVersionDescriptionsHasBeenSet =
true;
41 m_projectVersionDescriptions = std::forward<ProjectVersionDescriptionsT>(value);
43 template <
typename ProjectVersionDescriptionsT = Aws::Vector<ProjectVersionDescription>>
48 template <
typename ProjectVersionDescriptionsT = ProjectVersionDescription>
50 m_projectVersionDescriptionsHasBeenSet =
true;
51 m_projectVersionDescriptions.emplace_back(std::forward<ProjectVersionDescriptionsT>(value));
63 template <
typename NextTokenT = Aws::String>
65 m_nextTokenHasBeenSet =
true;
66 m_nextToken = std::forward<NextTokenT>(value);
68 template <
typename NextTokenT = Aws::String>
78 template <
typename RequestIdT = Aws::String>
80 m_requestIdHasBeenSet =
true;
81 m_requestId = std::forward<RequestIdT>(value);
83 template <
typename RequestIdT = Aws::String>
98 bool m_projectVersionDescriptionsHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
100 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeProjectVersionsResult & WithProjectVersionDescriptions(ProjectVersionDescriptionsT &&value)
DescribeProjectVersionsResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetNextToken() const
AWS_REKOGNITION_API DescribeProjectVersionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeProjectVersionsResult & WithNextToken(NextTokenT &&value)
AWS_REKOGNITION_API DescribeProjectVersionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_REKOGNITION_API DescribeProjectVersionsResult()=default
const Aws::Vector< ProjectVersionDescription > & GetProjectVersionDescriptions() const
void SetNextToken(NextTokenT &&value)
void SetProjectVersionDescriptions(ProjectVersionDescriptionsT &&value)
DescribeProjectVersionsResult & AddProjectVersionDescriptions(ProjectVersionDescriptionsT &&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