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>
11#include <aws/rekognition/model/CustomizationFeature.h>
47 template<
typename NextTokenT = Aws::String>
48 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
49 template<
typename NextTokenT = Aws::String>
61 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
73 template<
typename ProjectNamesT = Aws::Vector<Aws::String>>
74 void SetProjectNames(ProjectNamesT&& value) { m_projectNamesHasBeenSet =
true; m_projectNames = std::forward<ProjectNamesT>(value); }
75 template<
typename ProjectNamesT = Aws::Vector<Aws::String>>
77 template<
typename ProjectNamesT = Aws::String>
88 template<
typename FeaturesT = Aws::Vector<CustomizationFeature>>
89 void SetFeatures(FeaturesT&& value) { m_featuresHasBeenSet =
true; m_features = std::forward<FeaturesT>(value); }
90 template<
typename FeaturesT = Aws::Vector<CustomizationFeature>>
97 bool m_nextTokenHasBeenSet =
false;
100 bool m_maxResultsHasBeenSet =
false;
103 bool m_projectNamesHasBeenSet =
false;
106 bool m_featuresHasBeenSet =
false;
DescribeProjectsRequest & AddProjectNames(ProjectNamesT &&value)
DescribeProjectsRequest & WithFeatures(FeaturesT &&value)
bool ProjectNamesHasBeenSet() const
bool FeaturesHasBeenSet() const
bool NextTokenHasBeenSet() const
const Aws::Vector< CustomizationFeature > & GetFeatures() const
const Aws::String & GetNextToken() const
AWS_REKOGNITION_API DescribeProjectsRequest()=default
const Aws::Vector< Aws::String > & GetProjectNames() const
virtual const char * GetServiceRequestName() const override
void SetProjectNames(ProjectNamesT &&value)
void SetMaxResults(int value)
int GetMaxResults() const
DescribeProjectsRequest & WithMaxResults(int value)
DescribeProjectsRequest & AddFeatures(CustomizationFeature value)
void SetFeatures(FeaturesT &&value)
DescribeProjectsRequest & WithProjectNames(ProjectNamesT &&value)
bool MaxResultsHasBeenSet() const
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNextToken(NextTokenT &&value)
AWS_REKOGNITION_API Aws::String SerializePayload() const override
DescribeProjectsRequest & WithNextToken(NextTokenT &&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