7#include <aws/iot1click-projects/IoT1ClickProjects_EXPORTS.h>
8#include <aws/iot1click-projects/IoT1ClickProjectsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot1click-projects/model/PlacementTemplate.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
16namespace IoT1ClickProjects
43 template<
typename ProjectNameT = Aws::String>
44 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
45 template<
typename ProjectNameT = Aws::String>
55 template<
typename DescriptionT = Aws::String>
56 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
57 template<
typename DescriptionT = Aws::String>
71 template<
typename PlacementTemplateT = PlacementTemplate>
72 void SetPlacementTemplate(PlacementTemplateT&& value) { m_placementTemplateHasBeenSet =
true; m_placementTemplate = std::forward<PlacementTemplateT>(value); }
73 template<
typename PlacementTemplateT = PlacementTemplate>
87 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
88 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
89 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
91 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
93 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
99 bool m_projectNameHasBeenSet =
false;
102 bool m_descriptionHasBeenSet =
false;
105 bool m_placementTemplateHasBeenSet =
false;
108 bool m_tagsHasBeenSet =
false;
CreateProjectRequest & WithPlacementTemplate(PlacementTemplateT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetPlacementTemplate(PlacementTemplateT &&value)
AWS_IOT1CLICKPROJECTS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool TagsHasBeenSet() const
const PlacementTemplate & GetPlacementTemplate() const
const Aws::String & GetProjectName() const
bool DescriptionHasBeenSet() const
CreateProjectRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_IOT1CLICKPROJECTS_API CreateProjectRequest()=default
bool PlacementTemplateHasBeenSet() const
CreateProjectRequest & WithDescription(DescriptionT &&value)
bool ProjectNameHasBeenSet() const
CreateProjectRequest & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
void SetProjectName(ProjectNameT &&value)
CreateProjectRequest & WithProjectName(ProjectNameT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
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