7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iotsitewise/model/AssetModelPropertyPathSegment.h>
56 inline void SetPropertyId(
const char* value) { m_propertyIdHasBeenSet =
true; m_propertyId.assign(value); }
81 inline void SetHierarchyId(
const char* value) { m_hierarchyIdHasBeenSet =
true; m_hierarchyId.assign(value); }
103 bool m_propertyIdHasBeenSet =
false;
106 bool m_hierarchyIdHasBeenSet =
false;
109 bool m_propertyPathHasBeenSet =
false;
VariableValue & AddPropertyPath(const AssetModelPropertyPathSegment &value)
VariableValue & AddPropertyPath(AssetModelPropertyPathSegment &&value)
AWS_IOTSITEWISE_API VariableValue()
VariableValue & WithHierarchyId(const Aws::String &value)
void SetPropertyId(const Aws::String &value)
bool HierarchyIdHasBeenSet() const
VariableValue & WithHierarchyId(Aws::String &&value)
VariableValue & WithPropertyPath(const Aws::Vector< AssetModelPropertyPathSegment > &value)
const Aws::String & GetHierarchyId() const
AWS_IOTSITEWISE_API VariableValue(Aws::Utils::Json::JsonView jsonValue)
void SetHierarchyId(const Aws::String &value)
void SetPropertyId(Aws::String &&value)
const Aws::String & GetPropertyId() const
VariableValue & WithHierarchyId(const char *value)
void SetHierarchyId(const char *value)
VariableValue & WithPropertyPath(Aws::Vector< AssetModelPropertyPathSegment > &&value)
bool PropertyPathHasBeenSet() const
VariableValue & WithPropertyId(const char *value)
VariableValue & WithPropertyId(Aws::String &&value)
void SetPropertyPath(const Aws::Vector< AssetModelPropertyPathSegment > &value)
VariableValue & WithPropertyId(const Aws::String &value)
bool PropertyIdHasBeenSet() const
const Aws::Vector< AssetModelPropertyPathSegment > & GetPropertyPath() const
void SetPropertyPath(Aws::Vector< AssetModelPropertyPathSegment > &&value)
void SetHierarchyId(Aws::String &&value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTSITEWISE_API VariableValue & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPropertyId(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