7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
47 template<
typename IdT = Aws::String>
48 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
71 template<
typename DescriptionT = Aws::String>
72 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
73 template<
typename DescriptionT = Aws::String>
83 template<
typename CreationDateT = Aws::Utils::DateTime>
84 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
85 template<
typename CreationDateT = Aws::Utils::DateTime>
95 template<
typename LastUpdateDateT = Aws::Utils::DateTime>
96 void SetLastUpdateDate(LastUpdateDateT&& value) { m_lastUpdateDateHasBeenSet =
true; m_lastUpdateDate = std::forward<LastUpdateDateT>(value); }
97 template<
typename LastUpdateDateT = Aws::Utils::DateTime>
103 bool m_idHasBeenSet =
false;
106 bool m_nameHasBeenSet =
false;
109 bool m_descriptionHasBeenSet =
false;
112 bool m_creationDateHasBeenSet =
false;
115 bool m_lastUpdateDateHasBeenSet =
false;
void SetCreationDate(CreationDateT &&value)
ProjectSummary & WithCreationDate(CreationDateT &&value)
ProjectSummary & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
bool CreationDateHasBeenSet() const
const Aws::String & GetName() const
ProjectSummary & WithId(IdT &&value)
void SetName(NameT &&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
AWS_IOTSITEWISE_API ProjectSummary()=default
ProjectSummary & WithLastUpdateDate(LastUpdateDateT &&value)
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdateDate() const
bool NameHasBeenSet() const
ProjectSummary & WithName(NameT &&value)
void SetLastUpdateDate(LastUpdateDateT &&value)
AWS_IOTSITEWISE_API ProjectSummary(Aws::Utils::Json::JsonView jsonValue)
bool LastUpdateDateHasBeenSet() const
bool IdHasBeenSet() const
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue