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/CustomizationFeature.h>
11#include <aws/rekognition/model/ProjectAutoUpdate.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
46 template<
typename ProjectNameT = Aws::String>
47 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
48 template<
typename ProjectNameT = Aws::String>
81 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
82 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
83 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
85 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
87 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
93 bool m_projectNameHasBeenSet =
false;
96 bool m_featureHasBeenSet =
false;
99 bool m_autoUpdateHasBeenSet =
false;
102 bool m_tagsHasBeenSet =
false;
AWS_REKOGNITION_API Aws::String SerializePayload() const override
bool TagsHasBeenSet() const
bool ProjectNameHasBeenSet() const
CreateProjectRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CustomizationFeature GetFeature() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetProjectName() const
CreateProjectRequest & WithProjectName(ProjectNameT &&value)
ProjectAutoUpdate GetAutoUpdate() const
CreateProjectRequest & WithTags(TagsT &&value)
AWS_REKOGNITION_API CreateProjectRequest()=default
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateProjectRequest & WithAutoUpdate(ProjectAutoUpdate value)
CreateProjectRequest & WithFeature(CustomizationFeature value)
void SetTags(TagsT &&value)
void SetAutoUpdate(ProjectAutoUpdate value)
void SetProjectName(ProjectNameT &&value)
void SetFeature(CustomizationFeature value)
bool FeatureHasBeenSet() const
bool AutoUpdateHasBeenSet() 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