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
51 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
52 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
66 inline void SetProjectName(
const char* value) { m_projectNameHasBeenSet =
true; m_projectName.assign(value); }
80 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
141 inline ProjectDescription&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
146 bool m_arnHasBeenSet =
false;
149 bool m_projectNameHasBeenSet =
false;
152 bool m_descriptionHasBeenSet =
false;
155 bool m_createdDateHasBeenSet =
false;
158 bool m_updatedDateHasBeenSet =
false;
161 bool m_placementTemplateHasBeenSet =
false;
164 bool m_tagsHasBeenSet =
false;
bool TagsHasBeenSet() const
ProjectDescription & WithUpdatedDate(const Aws::Utils::DateTime &value)
ProjectDescription & WithArn(Aws::String &&value)
void SetDescription(const char *value)
ProjectDescription & AddTags(const char *key, Aws::String &&value)
void SetUpdatedDate(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetCreatedDate() const
AWS_IOT1CLICKPROJECTS_API ProjectDescription()
bool ArnHasBeenSet() const
ProjectDescription & WithArn(const char *value)
ProjectDescription & WithCreatedDate(const Aws::Utils::DateTime &value)
void SetProjectName(const Aws::String &value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetArn(const Aws::String &value)
void SetProjectName(Aws::String &&value)
void SetArn(const char *value)
ProjectDescription & AddTags(const Aws::String &key, Aws::String &&value)
void SetProjectName(const char *value)
ProjectDescription & AddTags(Aws::String &&key, const Aws::String &value)
ProjectDescription & WithProjectName(Aws::String &&value)
ProjectDescription & WithDescription(const char *value)
const Aws::Utils::DateTime & GetUpdatedDate() const
ProjectDescription & WithPlacementTemplate(const PlacementTemplate &value)
ProjectDescription & WithProjectName(const Aws::String &value)
const Aws::String & GetArn() const
void SetDescription(const Aws::String &value)
bool DescriptionHasBeenSet() const
ProjectDescription & AddTags(const char *key, const char *value)
ProjectDescription & WithDescription(const Aws::String &value)
ProjectDescription & WithUpdatedDate(Aws::Utils::DateTime &&value)
const PlacementTemplate & GetPlacementTemplate() const
ProjectDescription & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
bool CreatedDateHasBeenSet() const
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
ProjectDescription & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
bool PlacementTemplateHasBeenSet() const
void SetCreatedDate(Aws::Utils::DateTime &&value)
void SetDescription(Aws::String &&value)
void SetPlacementTemplate(PlacementTemplate &&value)
ProjectDescription & WithPlacementTemplate(PlacementTemplate &&value)
void SetArn(Aws::String &&value)
ProjectDescription & WithDescription(Aws::String &&value)
ProjectDescription & WithProjectName(const char *value)
AWS_IOT1CLICKPROJECTS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOT1CLICKPROJECTS_API ProjectDescription(Aws::Utils::Json::JsonView jsonValue)
void SetUpdatedDate(Aws::Utils::DateTime &&value)
void SetPlacementTemplate(const PlacementTemplate &value)
bool UpdatedDateHasBeenSet() const
ProjectDescription & WithArn(const Aws::String &value)
ProjectDescription & AddTags(Aws::String &&key, const char *value)
const Aws::String & GetDescription() const
AWS_IOT1CLICKPROJECTS_API ProjectDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
ProjectDescription & AddTags(Aws::String &&key, Aws::String &&value)
ProjectDescription & AddTags(const Aws::String &key, const Aws::String &value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetProjectName() const
void SetCreatedDate(const Aws::Utils::DateTime &value)
bool ProjectNameHasBeenSet() const
ProjectDescription & WithCreatedDate(Aws::Utils::DateTime &&value)
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