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>
11#include <aws/rekognition/model/CustomizationFeature.h>
16namespace Rekognition {
43 template <
typename NextTokenT = Aws::String>
45 m_nextTokenHasBeenSet =
true;
46 m_nextToken = std::forward<NextTokenT>(value);
48 template <
typename NextTokenT = Aws::String>
64 m_maxResultsHasBeenSet =
true;
81 template <
typename ProjectNamesT = Aws::Vector<Aws::String>>
83 m_projectNamesHasBeenSet =
true;
84 m_projectNames = std::forward<ProjectNamesT>(value);
86 template <
typename ProjectNamesT = Aws::Vector<Aws::String>>
91 template <
typename ProjectNamesT = Aws::String>
93 m_projectNamesHasBeenSet =
true;
94 m_projectNames.emplace_back(std::forward<ProjectNamesT>(value));
106 template <
typename FeaturesT = Aws::Vector<CustomizationFeature>>
108 m_featuresHasBeenSet =
true;
109 m_features = std::forward<FeaturesT>(value);
111 template <
typename FeaturesT = Aws::Vector<CustomizationFeature>>
117 m_featuresHasBeenSet =
true;
118 m_features.push_back(value);
130 bool m_nextTokenHasBeenSet =
false;
131 bool m_maxResultsHasBeenSet =
false;
132 bool m_projectNamesHasBeenSet =
false;
133 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