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/rekognition/model/OutputConfig.h>
11#include <aws/rekognition/model/TrainingData.h>
12#include <aws/rekognition/model/TestingData.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/rekognition/model/CustomizationFeatureConfig.h>
49 template<
typename ProjectArnT = Aws::String>
50 void SetProjectArn(ProjectArnT&& value) { m_projectArnHasBeenSet =
true; m_projectArn = std::forward<ProjectArnT>(value); }
51 template<
typename ProjectArnT = Aws::String>
61 template<
typename VersionNameT = Aws::String>
62 void SetVersionName(VersionNameT&& value) { m_versionNameHasBeenSet =
true; m_versionName = std::forward<VersionNameT>(value); }
63 template<
typename VersionNameT = Aws::String>
75 template<
typename OutputConfigT = OutputConfig>
76 void SetOutputConfig(OutputConfigT&& value) { m_outputConfigHasBeenSet =
true; m_outputConfig = std::forward<OutputConfigT>(value); }
77 template<
typename OutputConfigT = OutputConfig>
90 template<
typename TrainingDataT = TrainingData>
91 void SetTrainingData(TrainingDataT&& value) { m_trainingDataHasBeenSet =
true; m_trainingData = std::forward<TrainingDataT>(value); }
92 template<
typename TrainingDataT = TrainingData>
105 template<
typename TestingDataT = TestingData>
106 void SetTestingData(TestingDataT&& value) { m_testingDataHasBeenSet =
true; m_testingData = std::forward<TestingDataT>(value); }
107 template<
typename TestingDataT = TestingData>
118 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
119 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
120 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
122 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
124 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
145 template<
typename KmsKeyIdT = Aws::String>
146 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
147 template<
typename KmsKeyIdT = Aws::String>
157 template<
typename VersionDescriptionT = Aws::String>
158 void SetVersionDescription(VersionDescriptionT&& value) { m_versionDescriptionHasBeenSet =
true; m_versionDescription = std::forward<VersionDescriptionT>(value); }
159 template<
typename VersionDescriptionT = Aws::String>
171 template<
typename FeatureConfigT = CustomizationFeatureConfig>
172 void SetFeatureConfig(FeatureConfigT&& value) { m_featureConfigHasBeenSet =
true; m_featureConfig = std::forward<FeatureConfigT>(value); }
173 template<
typename FeatureConfigT = CustomizationFeatureConfig>
179 bool m_projectArnHasBeenSet =
false;
182 bool m_versionNameHasBeenSet =
false;
185 bool m_outputConfigHasBeenSet =
false;
188 bool m_trainingDataHasBeenSet =
false;
190 TestingData m_testingData;
191 bool m_testingDataHasBeenSet =
false;
194 bool m_tagsHasBeenSet =
false;
197 bool m_kmsKeyIdHasBeenSet =
false;
200 bool m_versionDescriptionHasBeenSet =
false;
203 bool m_featureConfigHasBeenSet =
false;
void SetProjectArn(ProjectArnT &&value)
bool ProjectArnHasBeenSet() const
CreateProjectVersionRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetOutputConfig(OutputConfigT &&value)
CreateProjectVersionRequest & WithTrainingData(TrainingDataT &&value)
const Aws::String & GetVersionDescription() const
bool OutputConfigHasBeenSet() const
AWS_REKOGNITION_API CreateProjectVersionRequest()=default
CreateProjectVersionRequest & WithTags(TagsT &&value)
const TrainingData & GetTrainingData() const
const Aws::String & GetVersionName() const
const CustomizationFeatureConfig & GetFeatureConfig() const
const Aws::String & GetKmsKeyId() const
CreateProjectVersionRequest & WithVersionName(VersionNameT &&value)
CreateProjectVersionRequest & WithTestingData(TestingDataT &&value)
void SetTags(TagsT &&value)
void SetVersionName(VersionNameT &&value)
CreateProjectVersionRequest & WithProjectArn(ProjectArnT &&value)
CreateProjectVersionRequest & WithOutputConfig(OutputConfigT &&value)
bool VersionNameHasBeenSet() const
CreateProjectVersionRequest & WithFeatureConfig(FeatureConfigT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool KmsKeyIdHasBeenSet() const
CreateProjectVersionRequest & WithVersionDescription(VersionDescriptionT &&value)
void SetVersionDescription(VersionDescriptionT &&value)
AWS_REKOGNITION_API Aws::String SerializePayload() const override
void SetKmsKeyId(KmsKeyIdT &&value)
void SetTestingData(TestingDataT &&value)
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetTrainingData(TrainingDataT &&value)
void SetFeatureConfig(FeatureConfigT &&value)
virtual const char * GetServiceRequestName() const override
const TestingData & GetTestingData() const
bool TrainingDataHasBeenSet() const
CreateProjectVersionRequest & WithKmsKeyId(KmsKeyIdT &&value)
bool TagsHasBeenSet() const
bool VersionDescriptionHasBeenSet() const
const OutputConfig & GetOutputConfig() const
const Aws::String & GetProjectArn() const
bool FeatureConfigHasBeenSet() const
bool TestingDataHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String