7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotsitewise/model/PropertyNotification.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/iotsitewise/model/AssetPropertyPathSegment.h>
50 template<
typename IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
67 template<
typename AliasT = Aws::String>
68 void SetAlias(AliasT&& value) { m_aliasHasBeenSet =
true; m_alias = std::forward<AliasT>(value); }
69 template<
typename AliasT = Aws::String>
79 template<
typename UnitT = Aws::String>
80 void SetUnit(UnitT&& value) { m_unitHasBeenSet =
true; m_unit = std::forward<UnitT>(value); }
81 template<
typename UnitT = Aws::String>
89 template<
typename NotificationT = PropertyNotification>
90 void SetNotification(NotificationT&& value) { m_notificationHasBeenSet =
true; m_notification = std::forward<NotificationT>(value); }
91 template<
typename NotificationT = PropertyNotification>
101 template<
typename AssetCompositeModelIdT = Aws::String>
102 void SetAssetCompositeModelId(AssetCompositeModelIdT&& value) { m_assetCompositeModelIdHasBeenSet =
true; m_assetCompositeModelId = std::forward<AssetCompositeModelIdT>(value); }
103 template<
typename AssetCompositeModelIdT = Aws::String>
113 template<
typename PathT = Aws::Vector<AssetPropertyPathSegment>>
114 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
115 template<
typename PathT = Aws::Vector<AssetPropertyPathSegment>>
117 template<
typename PathT = AssetPropertyPathSegment>
129 template<
typename ExternalIdT = Aws::String>
130 void SetExternalId(ExternalIdT&& value) { m_externalIdHasBeenSet =
true; m_externalId = std::forward<ExternalIdT>(value); }
131 template<
typename ExternalIdT = Aws::String>
137 bool m_idHasBeenSet =
false;
140 bool m_aliasHasBeenSet =
false;
143 bool m_unitHasBeenSet =
false;
146 bool m_notificationHasBeenSet =
false;
149 bool m_assetCompositeModelIdHasBeenSet =
false;
152 bool m_pathHasBeenSet =
false;
155 bool m_externalIdHasBeenSet =
false;
void SetUnit(UnitT &&value)
AssetPropertySummary & WithNotification(NotificationT &&value)
AssetPropertySummary & WithAlias(AliasT &&value)
AWS_IOTSITEWISE_API AssetPropertySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AssetPropertySummary & WithExternalId(ExternalIdT &&value)
void SetExternalId(ExternalIdT &&value)
bool PathHasBeenSet() const
const Aws::Vector< AssetPropertyPathSegment > & GetPath() const
AWS_IOTSITEWISE_API AssetPropertySummary(Aws::Utils::Json::JsonView jsonValue)
AssetPropertySummary & WithUnit(UnitT &&value)
AWS_IOTSITEWISE_API AssetPropertySummary()=default
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
AssetPropertySummary & WithAssetCompositeModelId(AssetCompositeModelIdT &&value)
AssetPropertySummary & WithPath(PathT &&value)
bool IdHasBeenSet() const
const PropertyNotification & GetNotification() const
void SetAlias(AliasT &&value)
const Aws::String & GetExternalId() const
const Aws::String & GetUnit() const
bool UnitHasBeenSet() const
bool AliasHasBeenSet() const
const Aws::String & GetAlias() const
void SetAssetCompositeModelId(AssetCompositeModelIdT &&value)
AssetPropertySummary & WithId(IdT &&value)
void SetPath(PathT &&value)
bool ExternalIdHasBeenSet() const
bool NotificationHasBeenSet() const
AssetPropertySummary & AddPath(PathT &&value)
const Aws::String & GetAssetCompositeModelId() const
void SetNotification(NotificationT &&value)
const Aws::String & GetId() const
bool AssetCompositeModelIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue