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/ProjectVersionDescription.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace Rekognition {
37 template <
typename ProjectVersionDescriptionsT = Aws::Vector<ProjectVersionDescription>>
39 m_projectVersionDescriptionsHasBeenSet =
true;
40 m_projectVersionDescriptions = std::forward<ProjectVersionDescriptionsT>(value);
42 template <
typename ProjectVersionDescriptionsT = Aws::Vector<ProjectVersionDescription>>
47 template <
typename ProjectVersionDescriptionsT = ProjectVersionDescription>
49 m_projectVersionDescriptionsHasBeenSet =
true;
50 m_projectVersionDescriptions.emplace_back(std::forward<ProjectVersionDescriptionsT>(value));
62 template <
typename NextTokenT = Aws::String>
64 m_nextTokenHasBeenSet =
true;
65 m_nextToken = std::forward<NextTokenT>(value);
67 template <
typename NextTokenT = Aws::String>
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
94 bool m_projectVersionDescriptionsHasBeenSet =
false;
95 bool m_nextTokenHasBeenSet =
false;
96 bool m_requestIdHasBeenSet =
false;
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