7#include <aws/iot1click-projects/IoT1ClickProjects_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace 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>
73 template<
typename CreatedDateT = Aws::Utils::DateTime>
74 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
75 template<
typename CreatedDateT = Aws::Utils::DateTime>
87 template<
typename UpdatedDateT = Aws::Utils::DateTime>
88 void SetUpdatedDate(UpdatedDateT&& value) { m_updatedDateHasBeenSet =
true; m_updatedDate = std::forward<UpdatedDateT>(value); }
89 template<
typename UpdatedDateT = Aws::Utils::DateTime>
95 bool m_projectNameHasBeenSet =
false;
98 bool m_placementNameHasBeenSet =
false;
101 bool m_createdDateHasBeenSet =
false;
104 bool m_updatedDateHasBeenSet =
false;
const Aws::Utils::DateTime & GetUpdatedDate() const
AWS_IOT1CLICKPROJECTS_API PlacementSummary()=default
bool UpdatedDateHasBeenSet() const
AWS_IOT1CLICKPROJECTS_API PlacementSummary(Aws::Utils::Json::JsonView jsonValue)
PlacementSummary & WithUpdatedDate(UpdatedDateT &&value)
AWS_IOT1CLICKPROJECTS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetPlacementName() const
const Aws::String & GetProjectName() const
void SetUpdatedDate(UpdatedDateT &&value)
AWS_IOT1CLICKPROJECTS_API PlacementSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedDate(CreatedDateT &&value)
bool CreatedDateHasBeenSet() const
bool PlacementNameHasBeenSet() const
PlacementSummary & WithProjectName(ProjectNameT &&value)
PlacementSummary & WithCreatedDate(CreatedDateT &&value)
void SetProjectName(ProjectNameT &&value)
bool ProjectNameHasBeenSet() const
void SetPlacementName(PlacementNameT &&value)
const Aws::Utils::DateTime & GetCreatedDate() const
PlacementSummary & WithPlacementName(PlacementNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue