7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rekognition/RekognitionRequest.h>
10#include <aws/rekognition/Rekognition_EXPORTS.h>
15namespace Rekognition {
41 template <
typename ProjectArnT = Aws::String>
43 m_projectArnHasBeenSet =
true;
44 m_projectArn = std::forward<ProjectArnT>(value);
46 template <
typename ProjectArnT = Aws::String>
64 template <
typename VersionNamesT = Aws::Vector<Aws::String>>
66 m_versionNamesHasBeenSet =
true;
67 m_versionNames = std::forward<VersionNamesT>(value);
69 template <
typename VersionNamesT = Aws::Vector<Aws::String>>
74 template <
typename VersionNamesT = Aws::String>
76 m_versionNamesHasBeenSet =
true;
77 m_versionNames.emplace_back(std::forward<VersionNamesT>(value));
90 template <
typename NextTokenT = Aws::String>
92 m_nextTokenHasBeenSet =
true;
93 m_nextToken = std::forward<NextTokenT>(value);
95 template <
typename NextTokenT = Aws::String>
111 m_maxResultsHasBeenSet =
true;
112 m_maxResults = value;
127 bool m_projectArnHasBeenSet =
false;
128 bool m_versionNamesHasBeenSet =
false;
129 bool m_nextTokenHasBeenSet =
false;
130 bool m_maxResultsHasBeenSet =
false;
bool VersionNamesHasBeenSet() const
DescribeProjectVersionsRequest & WithProjectArn(ProjectArnT &&value)
AWS_REKOGNITION_API Aws::String SerializePayload() const override
bool ProjectArnHasBeenSet() const
int GetMaxResults() const
void SetProjectArn(ProjectArnT &&value)
void SetNextToken(NextTokenT &&value)
void SetMaxResults(int value)
const Aws::String & GetProjectArn() const
const Aws::String & GetNextToken() const
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeProjectVersionsRequest & WithMaxResults(int value)
const Aws::Vector< Aws::String > & GetVersionNames() const
bool NextTokenHasBeenSet() const
void SetVersionNames(VersionNamesT &&value)
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DescribeProjectVersionsRequest & AddVersionNames(VersionNamesT &&value)
DescribeProjectVersionsRequest & WithNextToken(NextTokenT &&value)
AWS_REKOGNITION_API DescribeProjectVersionsRequest()=default
DescribeProjectVersionsRequest & WithVersionNames(VersionNamesT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector