7#include <aws/iot1click-projects/IoT1ClickProjects_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/iot1click-projects/model/PlacementTemplate.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
24namespace IoT1ClickProjects
50 template<
typename ArnT = Aws::String>
51 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
52 template<
typename ArnT = Aws::String>
62 template<
typename ProjectNameT = Aws::String>
63 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
64 template<
typename ProjectNameT = Aws::String>
74 template<
typename DescriptionT = Aws::String>
75 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
76 template<
typename DescriptionT = Aws::String>
87 template<
typename CreatedDateT = Aws::Utils::DateTime>
88 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
89 template<
typename CreatedDateT = Aws::Utils::DateTime>
101 template<
typename UpdatedDateT = Aws::Utils::DateTime>
102 void SetUpdatedDate(UpdatedDateT&& value) { m_updatedDateHasBeenSet =
true; m_updatedDate = std::forward<UpdatedDateT>(value); }
103 template<
typename UpdatedDateT = Aws::Utils::DateTime>
113 template<
typename PlacementTemplateT = PlacementTemplate>
114 void SetPlacementTemplate(PlacementTemplateT&& value) { m_placementTemplateHasBeenSet =
true; m_placementTemplate = std::forward<PlacementTemplateT>(value); }
115 template<
typename PlacementTemplateT = PlacementTemplate>
125 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
126 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
127 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
129 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
131 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
137 bool m_arnHasBeenSet =
false;
140 bool m_projectNameHasBeenSet =
false;
143 bool m_descriptionHasBeenSet =
false;
146 bool m_createdDateHasBeenSet =
false;
149 bool m_updatedDateHasBeenSet =
false;
151 PlacementTemplate m_placementTemplate;
152 bool m_placementTemplateHasBeenSet =
false;
155 bool m_tagsHasBeenSet =
false;
bool TagsHasBeenSet() const
void SetPlacementTemplate(PlacementTemplateT &&value)
AWS_IOT1CLICKPROJECTS_API ProjectDescription()=default
ProjectDescription & WithUpdatedDate(UpdatedDateT &&value)
const Aws::Utils::DateTime & GetCreatedDate() const
bool ArnHasBeenSet() const
ProjectDescription & WithCreatedDate(CreatedDateT &&value)
void SetProjectName(ProjectNameT &&value)
ProjectDescription & WithProjectName(ProjectNameT &&value)
ProjectDescription & WithArn(ArnT &&value)
const Aws::Utils::DateTime & GetUpdatedDate() const
ProjectDescription & WithPlacementTemplate(PlacementTemplateT &&value)
const Aws::String & GetArn() const
void SetTags(TagsT &&value)
bool DescriptionHasBeenSet() const
const PlacementTemplate & GetPlacementTemplate() const
void SetDescription(DescriptionT &&value)
void SetArn(ArnT &&value)
bool CreatedDateHasBeenSet() const
bool PlacementTemplateHasBeenSet() const
void SetCreatedDate(CreatedDateT &&value)
AWS_IOT1CLICKPROJECTS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOT1CLICKPROJECTS_API ProjectDescription(Aws::Utils::Json::JsonView jsonValue)
void SetUpdatedDate(UpdatedDateT &&value)
ProjectDescription & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool UpdatedDateHasBeenSet() const
const Aws::String & GetDescription() const
AWS_IOT1CLICKPROJECTS_API ProjectDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetProjectName() const
ProjectDescription & WithTags(TagsT &&value)
ProjectDescription & WithDescription(DescriptionT &&value)
bool ProjectNameHasBeenSet() 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
Aws::Utils::Json::JsonValue JsonValue