7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotsitewise/model/AssetModelType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/iotsitewise/model/AssetModelStatus.h>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
63 template<
typename ExternalIdT = Aws::String>
64 void SetExternalId(ExternalIdT&& value) { m_externalIdHasBeenSet =
true; m_externalId = std::forward<ExternalIdT>(value); }
65 template<
typename ExternalIdT = Aws::String>
79 template<
typename ArnT = Aws::String>
80 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
81 template<
typename ArnT = Aws::String>
91 template<
typename NameT = Aws::String>
92 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
93 template<
typename NameT = Aws::String>
117 template<
typename DescriptionT = Aws::String>
118 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
119 template<
typename DescriptionT = Aws::String>
129 template<
typename CreationDateT = Aws::Utils::DateTime>
130 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
131 template<
typename CreationDateT = Aws::Utils::DateTime>
141 template<
typename LastUpdateDateT = Aws::Utils::DateTime>
142 void SetLastUpdateDate(LastUpdateDateT&& value) { m_lastUpdateDateHasBeenSet =
true; m_lastUpdateDate = std::forward<LastUpdateDateT>(value); }
143 template<
typename LastUpdateDateT = Aws::Utils::DateTime>
153 template<
typename StatusT = AssetModelStatus>
154 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
155 template<
typename StatusT = AssetModelStatus>
165 template<
typename VersionT = Aws::String>
166 void SetVersion(VersionT&& value) { m_versionHasBeenSet =
true; m_version = std::forward<VersionT>(value); }
167 template<
typename VersionT = Aws::String>
173 bool m_idHasBeenSet =
false;
176 bool m_externalIdHasBeenSet =
false;
179 bool m_arnHasBeenSet =
false;
182 bool m_nameHasBeenSet =
false;
185 bool m_assetModelTypeHasBeenSet =
false;
188 bool m_descriptionHasBeenSet =
false;
191 bool m_creationDateHasBeenSet =
false;
194 bool m_lastUpdateDateHasBeenSet =
false;
196 AssetModelStatus m_status;
197 bool m_statusHasBeenSet =
false;
200 bool m_versionHasBeenSet =
false;
void SetArn(ArnT &&value)
const AssetModelStatus & GetStatus() const
void SetAssetModelType(AssetModelType value)
const Aws::String & GetArn() const
bool DescriptionHasBeenSet() const
AssetModelSummary & WithExternalId(ExternalIdT &&value)
AWS_IOTSITEWISE_API AssetModelSummary()=default
bool ArnHasBeenSet() const
bool CreationDateHasBeenSet() const
AssetModelSummary & WithStatus(StatusT &&value)
const Aws::String & GetId() const
bool LastUpdateDateHasBeenSet() const
const Aws::String & GetDescription() const
bool NameHasBeenSet() const
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
AssetModelType GetAssetModelType() const
void SetDescription(DescriptionT &&value)
AssetModelSummary & WithCreationDate(CreationDateT &&value)
const Aws::String & GetVersion() const
void SetName(NameT &&value)
const Aws::String & GetExternalId() const
AssetModelSummary & WithName(NameT &&value)
bool VersionHasBeenSet() const
AssetModelSummary & WithDescription(DescriptionT &&value)
bool StatusHasBeenSet() const
AssetModelSummary & WithId(IdT &&value)
void SetStatus(StatusT &&value)
AssetModelSummary & WithAssetModelType(AssetModelType value)
AssetModelSummary & WithArn(ArnT &&value)
AssetModelSummary & WithVersion(VersionT &&value)
const Aws::String & GetName() const
AssetModelSummary & WithLastUpdateDate(LastUpdateDateT &&value)
void SetCreationDate(CreationDateT &&value)
AWS_IOTSITEWISE_API AssetModelSummary(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
AWS_IOTSITEWISE_API AssetModelSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ExternalIdHasBeenSet() const
const Aws::Utils::DateTime & GetCreationDate() const
void SetExternalId(ExternalIdT &&value)
bool AssetModelTypeHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdateDate() const
void SetVersion(VersionT &&value)
void SetLastUpdateDate(LastUpdateDateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue