7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
49 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
63 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
77 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
109 bool m_idHasBeenSet =
false;
112 bool m_nameHasBeenSet =
false;
115 bool m_descriptionHasBeenSet =
false;
118 bool m_creationDateHasBeenSet =
false;
121 bool m_lastUpdateDateHasBeenSet =
false;
ProjectSummary & WithDescription(Aws::String &&value)
ProjectSummary & WithDescription(const Aws::String &value)
ProjectSummary & WithLastUpdateDate(Aws::Utils::DateTime &&value)
void SetDescription(const Aws::String &value)
ProjectSummary & WithId(Aws::String &&value)
void SetLastUpdateDate(Aws::Utils::DateTime &&value)
void SetName(const char *value)
void SetId(const char *value)
void SetCreationDate(const Aws::Utils::DateTime &value)
void SetLastUpdateDate(const Aws::Utils::DateTime &value)
ProjectSummary & WithCreationDate(Aws::Utils::DateTime &&value)
void SetName(const Aws::String &value)
bool CreationDateHasBeenSet() const
AWS_IOTSITEWISE_API ProjectSummary()
const Aws::String & GetName() const
void SetDescription(const char *value)
const Aws::Utils::DateTime & GetCreationDate() const
AWS_IOTSITEWISE_API ProjectSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
ProjectSummary & WithDescription(const char *value)
ProjectSummary & WithId(const char *value)
ProjectSummary & WithName(Aws::String &&value)
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdateDate() const
void SetName(Aws::String &&value)
bool NameHasBeenSet() const
void SetId(const Aws::String &value)
void SetId(Aws::String &&value)
void SetDescription(Aws::String &&value)
ProjectSummary & WithName(const char *value)
AWS_IOTSITEWISE_API ProjectSummary(Aws::Utils::Json::JsonView jsonValue)
ProjectSummary & WithLastUpdateDate(const Aws::Utils::DateTime &value)
ProjectSummary & WithId(const Aws::String &value)
ProjectSummary & WithCreationDate(const Aws::Utils::DateTime &value)
bool LastUpdateDateHasBeenSet() const
bool IdHasBeenSet() const
const Aws::String & GetId() const
ProjectSummary & WithName(const Aws::String &value)
void SetCreationDate(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue