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
50 inline void SetProjectName(
const char* value) { m_projectNameHasBeenSet =
true; m_projectName.assign(value); }
64 inline void SetPlacementName(
const char* value) { m_placementNameHasBeenSet =
true; m_placementName.assign(value); }
118 bool m_projectNameHasBeenSet =
false;
121 bool m_placementNameHasBeenSet =
false;
124 bool m_attributesHasBeenSet =
false;
127 bool m_createdDateHasBeenSet =
false;
130 bool m_updatedDateHasBeenSet =
false;
PlacementDescription & WithProjectName(Aws::String &&value)
PlacementDescription & AddAttributes(const char *key, const char *value)
PlacementDescription & WithCreatedDate(Aws::Utils::DateTime &&value)
const Aws::String & GetPlacementName() const
void SetPlacementName(Aws::String &&value)
bool PlacementNameHasBeenSet() const
void SetCreatedDate(const Aws::Utils::DateTime &value)
void SetProjectName(const char *value)
PlacementDescription & AddAttributes(Aws::String &&key, const char *value)
PlacementDescription & WithProjectName(const Aws::String &value)
AWS_IOT1CLICKPROJECTS_API PlacementDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedDate(Aws::Utils::DateTime &&value)
void SetProjectName(const Aws::String &value)
AWS_IOT1CLICKPROJECTS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUpdatedDate(Aws::Utils::DateTime &&value)
const Aws::String & GetProjectName() const
PlacementDescription & AddAttributes(const char *key, Aws::String &&value)
void SetProjectName(Aws::String &&value)
PlacementDescription & AddAttributes(Aws::String &&key, const Aws::String &value)
PlacementDescription & WithUpdatedDate(Aws::Utils::DateTime &&value)
PlacementDescription & WithPlacementName(Aws::String &&value)
PlacementDescription & WithUpdatedDate(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetUpdatedDate() const
AWS_IOT1CLICKPROJECTS_API PlacementDescription()
PlacementDescription & AddAttributes(const Aws::String &key, Aws::String &&value)
PlacementDescription & WithPlacementName(const char *value)
PlacementDescription & WithPlacementName(const Aws::String &value)
PlacementDescription & WithAttributes(Aws::Map< Aws::String, Aws::String > &&value)
AWS_IOT1CLICKPROJECTS_API PlacementDescription(Aws::Utils::Json::JsonView jsonValue)
bool UpdatedDateHasBeenSet() const
PlacementDescription & WithAttributes(const Aws::Map< Aws::String, Aws::String > &value)
PlacementDescription & WithCreatedDate(const Aws::Utils::DateTime &value)
bool ProjectNameHasBeenSet() const
PlacementDescription & WithProjectName(const char *value)
PlacementDescription & AddAttributes(Aws::String &&key, Aws::String &&value)
PlacementDescription & AddAttributes(const Aws::String &key, const Aws::String &value)
bool AttributesHasBeenSet() const
void SetAttributes(Aws::Map< Aws::String, Aws::String > &&value)
void SetAttributes(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
const Aws::Utils::DateTime & GetCreatedDate() const
bool CreatedDateHasBeenSet() const
void SetPlacementName(const Aws::String &value)
void SetPlacementName(const char *value)
void SetUpdatedDate(const 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