7#include <aws/iot1click-projects/IoT1ClickProjects_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/DateTime.h>
23namespace IoT1ClickProjects
48 template<
typename ProjectNameT = Aws::String>
49 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
50 template<
typename ProjectNameT = Aws::String>
60 template<
typename PlacementNameT = Aws::String>
61 void SetPlacementName(PlacementNameT&& value) { m_placementNameHasBeenSet =
true; m_placementName = std::forward<PlacementNameT>(value); }
62 template<
typename PlacementNameT = Aws::String>
72 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
73 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
74 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
76 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
78 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
89 template<
typename CreatedDateT = Aws::Utils::DateTime>
90 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
91 template<
typename CreatedDateT = Aws::Utils::DateTime>
103 template<
typename UpdatedDateT = Aws::Utils::DateTime>
104 void SetUpdatedDate(UpdatedDateT&& value) { m_updatedDateHasBeenSet =
true; m_updatedDate = std::forward<UpdatedDateT>(value); }
105 template<
typename UpdatedDateT = Aws::Utils::DateTime>
111 bool m_projectNameHasBeenSet =
false;
114 bool m_placementNameHasBeenSet =
false;
117 bool m_attributesHasBeenSet =
false;
120 bool m_createdDateHasBeenSet =
false;
123 bool m_updatedDateHasBeenSet =
false;
const Aws::String & GetPlacementName() const
bool PlacementNameHasBeenSet() const
AWS_IOT1CLICKPROJECTS_API PlacementDescription()=default
void SetProjectName(ProjectNameT &&value)
PlacementDescription & WithProjectName(ProjectNameT &&value)
PlacementDescription & WithPlacementName(PlacementNameT &&value)
PlacementDescription & AddAttributes(AttributesKeyT &&key, AttributesValueT &&value)
AWS_IOT1CLICKPROJECTS_API PlacementDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
PlacementDescription & WithCreatedDate(CreatedDateT &&value)
AWS_IOT1CLICKPROJECTS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreatedDate(CreatedDateT &&value)
const Aws::String & GetProjectName() const
const Aws::Utils::DateTime & GetUpdatedDate() const
PlacementDescription & WithUpdatedDate(UpdatedDateT &&value)
AWS_IOT1CLICKPROJECTS_API PlacementDescription(Aws::Utils::Json::JsonView jsonValue)
bool UpdatedDateHasBeenSet() const
PlacementDescription & WithAttributes(AttributesT &&value)
bool ProjectNameHasBeenSet() const
void SetAttributes(AttributesT &&value)
bool AttributesHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
const Aws::Utils::DateTime & GetCreatedDate() const
bool CreatedDateHasBeenSet() const
void SetPlacementName(PlacementNameT &&value)
void SetUpdatedDate(UpdatedDateT &&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