7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
45 template<
typename ProjectArnT = Aws::String>
46 void SetProjectArn(ProjectArnT&& value) { m_projectArnHasBeenSet =
true; m_projectArn = std::forward<ProjectArnT>(value); }
47 template<
typename ProjectArnT = Aws::String>
62 template<
typename VersionNamesT = Aws::Vector<Aws::String>>
63 void SetVersionNames(VersionNamesT&& value) { m_versionNamesHasBeenSet =
true; m_versionNames = std::forward<VersionNamesT>(value); }
64 template<
typename VersionNamesT = Aws::Vector<Aws::String>>
66 template<
typename VersionNamesT = Aws::String>
78 template<
typename NextTokenT = Aws::String>
79 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
80 template<
typename NextTokenT = Aws::String>
92 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
98 bool m_projectArnHasBeenSet =
false;
101 bool m_versionNamesHasBeenSet =
false;
104 bool m_nextTokenHasBeenSet =
false;
107 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