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/iotsitewise/model/PropertyDataType.h>
11#include <aws/iotsitewise/model/PropertyType.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/iotsitewise/model/AssetPropertyPathSegment.h>
52 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
53 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
67 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
86 inline void SetAlias(
const char* value) { m_aliasHasBeenSet =
true; m_alias.assign(value); }
127 inline void SetUnit(
const char* value) { m_unitHasBeenSet =
true; m_unit.assign(value); }
170 inline void SetExternalId(
const char* value) { m_externalIdHasBeenSet =
true; m_externalId.assign(value); }
178 bool m_idHasBeenSet =
false;
181 bool m_nameHasBeenSet =
false;
184 bool m_aliasHasBeenSet =
false;
187 bool m_notificationHasBeenSet =
false;
190 bool m_dataTypeHasBeenSet =
false;
193 bool m_unitHasBeenSet =
false;
196 bool m_typeHasBeenSet =
false;
199 bool m_pathHasBeenSet =
false;
202 bool m_externalIdHasBeenSet =
false;
void SetAlias(Aws::String &&value)
Property & WithAlias(const char *value)
void SetUnit(Aws::String &&value)
void SetType(const PropertyType &value)
bool NotificationHasBeenSet() const
void SetId(const Aws::String &value)
const Aws::String & GetName() const
Property & WithPath(const Aws::Vector< AssetPropertyPathSegment > &value)
Property & WithUnit(const Aws::String &value)
void SetDataType(const PropertyDataType &value)
void SetExternalId(const Aws::String &value)
const PropertyType & GetType() const
bool UnitHasBeenSet() const
Property & WithExternalId(const char *value)
void SetType(PropertyType &&value)
Property & WithType(PropertyType &&value)
AWS_IOTSITEWISE_API Property(Aws::Utils::Json::JsonView jsonValue)
Property & WithType(const PropertyType &value)
Property & WithExternalId(const Aws::String &value)
Property & WithDataType(const PropertyDataType &value)
bool DataTypeHasBeenSet() const
AWS_IOTSITEWISE_API Property & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdHasBeenSet() const
const Aws::String & GetUnit() const
void SetPath(Aws::Vector< AssetPropertyPathSegment > &&value)
Property & WithDataType(PropertyDataType &&value)
void SetUnit(const char *value)
const PropertyNotification & GetNotification() const
bool AliasHasBeenSet() const
Property & WithUnit(const char *value)
void SetName(const char *value)
Property & WithNotification(const PropertyNotification &value)
Property & WithExternalId(Aws::String &&value)
Property & AddPath(const AssetPropertyPathSegment &value)
void SetUnit(const Aws::String &value)
void SetExternalId(Aws::String &&value)
void SetName(const Aws::String &value)
Property & WithName(const Aws::String &value)
bool ExternalIdHasBeenSet() const
void SetId(Aws::String &&value)
const Aws::String & GetId() const
void SetPath(const Aws::Vector< AssetPropertyPathSegment > &value)
const Aws::String & GetExternalId() const
void SetAlias(const char *value)
Property & WithId(Aws::String &&value)
Property & AddPath(AssetPropertyPathSegment &&value)
Property & WithName(Aws::String &&value)
void SetName(Aws::String &&value)
Property & WithAlias(const Aws::String &value)
void SetDataType(PropertyDataType &&value)
Property & WithName(const char *value)
void SetNotification(const PropertyNotification &value)
bool PathHasBeenSet() const
AWS_IOTSITEWISE_API Property()
void SetAlias(const Aws::String &value)
Property & WithNotification(PropertyNotification &&value)
const Aws::String & GetAlias() const
Property & WithId(const Aws::String &value)
Property & WithUnit(Aws::String &&value)
const PropertyDataType & GetDataType() const
bool TypeHasBeenSet() const
void SetExternalId(const char *value)
void SetId(const char *value)
bool NameHasBeenSet() const
void SetNotification(PropertyNotification &&value)
Property & WithPath(Aws::Vector< AssetPropertyPathSegment > &&value)
Property & WithAlias(Aws::String &&value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< AssetPropertyPathSegment > & GetPath() const
Property & WithId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue