7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rekognition/RekognitionRequest.h>
10#include <aws/rekognition/Rekognition_EXPORTS.h>
11#include <aws/rekognition/model/CustomizationFeatureConfig.h>
12#include <aws/rekognition/model/OutputConfig.h>
13#include <aws/rekognition/model/TestingData.h>
14#include <aws/rekognition/model/TrainingData.h>
19namespace Rekognition {
45 template <
typename ProjectArnT = Aws::String>
47 m_projectArnHasBeenSet =
true;
48 m_projectArn = std::forward<ProjectArnT>(value);
50 template <
typename ProjectArnT = Aws::String>
63 template <
typename VersionNameT = Aws::String>
65 m_versionNameHasBeenSet =
true;
66 m_versionName = std::forward<VersionNameT>(value);
68 template <
typename VersionNameT = Aws::String>
83 template <
typename OutputConfigT = OutputConfig>
85 m_outputConfigHasBeenSet =
true;
86 m_outputConfig = std::forward<OutputConfigT>(value);
88 template <
typename OutputConfigT = OutputConfig>
104 template <
typename TrainingDataT = TrainingData>
106 m_trainingDataHasBeenSet =
true;
107 m_trainingData = std::forward<TrainingDataT>(value);
109 template <
typename TrainingDataT = TrainingData>
125 template <
typename TestingDataT = TestingData>
127 m_testingDataHasBeenSet =
true;
128 m_testingData = std::forward<TestingDataT>(value);
130 template <
typename TestingDataT = TestingData>
144 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
146 m_tagsHasBeenSet =
true;
147 m_tags = std::forward<TagsT>(value);
149 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
151 SetTags(std::forward<TagsT>(value));
154 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
156 m_tagsHasBeenSet =
true;
157 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
179 template <
typename KmsKeyIdT = Aws::String>
181 m_kmsKeyIdHasBeenSet =
true;
182 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
184 template <
typename KmsKeyIdT = Aws::String>
197 template <
typename VersionDescriptionT = Aws::String>
199 m_versionDescriptionHasBeenSet =
true;
200 m_versionDescription = std::forward<VersionDescriptionT>(value);
202 template <
typename VersionDescriptionT = Aws::String>
217 template <
typename FeatureConfigT = CustomizationFeatureConfig>
219 m_featureConfigHasBeenSet =
true;
220 m_featureConfig = std::forward<FeatureConfigT>(value);
222 template <
typename FeatureConfigT = CustomizationFeatureConfig>
230 bool m_projectArnHasBeenSet =
false;
233 bool m_versionNameHasBeenSet =
false;
236 bool m_outputConfigHasBeenSet =
false;
239 bool m_trainingDataHasBeenSet =
false;
241 TestingData m_testingData;
242 bool m_testingDataHasBeenSet =
false;
245 bool m_tagsHasBeenSet =
false;
248 bool m_kmsKeyIdHasBeenSet =
false;
251 bool m_versionDescriptionHasBeenSet =
false;
254 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