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>
51 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
52 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
71 inline void SetAlias(
const char* value) { m_aliasHasBeenSet =
true; m_alias.assign(value); }
85 inline void SetUnit(
const char* value) { m_unitHasBeenSet =
true; m_unit.assign(value); }
109 inline void SetAssetCompositeModelId(
const char* value) { m_assetCompositeModelIdHasBeenSet =
true; m_assetCompositeModelId.assign(value); }
139 inline void SetExternalId(
const char* value) { m_externalIdHasBeenSet =
true; m_externalId.assign(value); }
147 bool m_idHasBeenSet =
false;
150 bool m_aliasHasBeenSet =
false;
153 bool m_unitHasBeenSet =
false;
156 bool m_notificationHasBeenSet =
false;
159 bool m_assetCompositeModelIdHasBeenSet =
false;
162 bool m_pathHasBeenSet =
false;
165 bool m_externalIdHasBeenSet =
false;
AssetPropertySummary & WithExternalId(const char *value)
void SetUnit(const Aws::String &value)
AssetPropertySummary & WithId(const char *value)
AssetPropertySummary & WithUnit(const Aws::String &value)
AssetPropertySummary & AddPath(const AssetPropertyPathSegment &value)
AWS_IOTSITEWISE_API AssetPropertySummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAssetCompositeModelId(const char *value)
void SetId(const Aws::String &value)
AssetPropertySummary & WithUnit(const char *value)
void SetExternalId(Aws::String &&value)
bool PathHasBeenSet() const
const Aws::Vector< AssetPropertyPathSegment > & GetPath() const
void SetId(Aws::String &&value)
void SetAlias(const char *value)
AWS_IOTSITEWISE_API AssetPropertySummary(Aws::Utils::Json::JsonView jsonValue)
AssetPropertySummary & WithAlias(const Aws::String &value)
void SetExternalId(const char *value)
void SetNotification(PropertyNotification &&value)
void SetAssetCompositeModelId(Aws::String &&value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUnit(Aws::String &&value)
AssetPropertySummary & WithAssetCompositeModelId(const Aws::String &value)
AssetPropertySummary & WithAlias(const char *value)
AssetPropertySummary & WithUnit(Aws::String &&value)
AssetPropertySummary & WithAlias(Aws::String &&value)
void SetUnit(const char *value)
void SetPath(Aws::Vector< AssetPropertyPathSegment > &&value)
AssetPropertySummary & WithExternalId(Aws::String &&value)
bool IdHasBeenSet() const
void SetAlias(const Aws::String &value)
AssetPropertySummary & WithAssetCompositeModelId(const char *value)
const PropertyNotification & GetNotification() const
const Aws::String & GetExternalId() const
const Aws::String & GetUnit() const
AssetPropertySummary & WithId(Aws::String &&value)
AssetPropertySummary & WithNotification(const PropertyNotification &value)
bool UnitHasBeenSet() const
bool AliasHasBeenSet() const
AWS_IOTSITEWISE_API AssetPropertySummary()
AssetPropertySummary & WithId(const Aws::String &value)
AssetPropertySummary & AddPath(AssetPropertyPathSegment &&value)
const Aws::String & GetAlias() const
AssetPropertySummary & WithExternalId(const Aws::String &value)
void SetAssetCompositeModelId(const Aws::String &value)
AssetPropertySummary & WithAssetCompositeModelId(Aws::String &&value)
void SetPath(const Aws::Vector< AssetPropertyPathSegment > &value)
bool ExternalIdHasBeenSet() const
void SetId(const char *value)
AssetPropertySummary & WithPath(Aws::Vector< AssetPropertyPathSegment > &&value)
bool NotificationHasBeenSet() const
void SetAlias(Aws::String &&value)
void SetNotification(const PropertyNotification &value)
AssetPropertySummary & WithPath(const Aws::Vector< AssetPropertyPathSegment > &value)
void SetExternalId(const Aws::String &value)
const Aws::String & GetAssetCompositeModelId() const
const Aws::String & GetId() const
AssetPropertySummary & WithNotification(PropertyNotification &&value)
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