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/core/utils/memory/stl/AWSMap.h>
23namespace IoT1ClickProjects
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
61 template<
typename ProjectNameT = Aws::String>
62 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
63 template<
typename ProjectNameT = Aws::String>
74 template<
typename CreatedDateT = Aws::Utils::DateTime>
75 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
76 template<
typename CreatedDateT = Aws::Utils::DateTime>
88 template<
typename UpdatedDateT = Aws::Utils::DateTime>
89 void SetUpdatedDate(UpdatedDateT&& value) { m_updatedDateHasBeenSet =
true; m_updatedDate = std::forward<UpdatedDateT>(value); }
90 template<
typename UpdatedDateT = Aws::Utils::DateTime>
100 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
101 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
102 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
104 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
106 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
112 bool m_arnHasBeenSet =
false;
115 bool m_projectNameHasBeenSet =
false;
118 bool m_createdDateHasBeenSet =
false;
121 bool m_updatedDateHasBeenSet =
false;
124 bool m_tagsHasBeenSet =
false;
bool ProjectNameHasBeenSet() const
ProjectSummary & WithProjectName(ProjectNameT &&value)
AWS_IOT1CLICKPROJECTS_API ProjectSummary()=default
const Aws::Utils::DateTime & GetUpdatedDate() const
ProjectSummary & WithArn(ArnT &&value)
const Aws::Utils::DateTime & GetCreatedDate() const
ProjectSummary & WithUpdatedDate(UpdatedDateT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool ArnHasBeenSet() const
void SetUpdatedDate(UpdatedDateT &&value)
ProjectSummary & WithTags(TagsT &&value)
AWS_IOT1CLICKPROJECTS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetArn(ArnT &&value)
const Aws::String & GetArn() const
ProjectSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool TagsHasBeenSet() const
ProjectSummary & WithCreatedDate(CreatedDateT &&value)
void SetTags(TagsT &&value)
void SetCreatedDate(CreatedDateT &&value)
AWS_IOT1CLICKPROJECTS_API ProjectSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UpdatedDateHasBeenSet() const
void SetProjectName(ProjectNameT &&value)
AWS_IOT1CLICKPROJECTS_API ProjectSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetProjectName() const
bool CreatedDateHasBeenSet() 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